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.c1139 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)
1614 int config_s[2] = { -1 , -1 }; local