Home
last modified time | relevance | path

Searched defs:config_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Ddeflate.c98 typedef struct config_s { struct
99 ush good_length; /* reduce lazy search above this match length */
100 ush max_lazy; /* do not perform lazy search above this match length */
101 ush nice_length; /* quit search above this match length */
102 ush max_chain;
103 compress_func func;
/freebsd/crypto/openssh/
H A Dsshd.c873 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s, in server_accept_loop()
1257 int devnull, config_s[2] = { -1 , -1 }, have_connection_info = 0; in main() local