Searched defs:config_s (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/lib/zlib/
H A Ddeflate.c117 typedef struct config_s { struct
/external/zlib/src/
H A Ddeflate.c117 typedef struct config_s { struct
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c117 typedef struct config_s { struct
/external/openssh/
H A Dsshd.c1229 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s) argument
1332 SOCK_STREAM, 0, config_s) == -1) {
1369 send_rexec_state(config_s[0],
1371 close(config_s[0]);
1402 close(config_s[0]);
1416 send_rexec_state(config_s[0], &cfg);
1417 close(config_s[0]);
1418 close(config_s[1]);
1469 int config_s[2] = { -1 , -1 }; local
2044 &newsock, config_s);
[all...]

Completed in 189 milliseconds