Home
last modified time | relevance | path

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

/freebsd-src/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-src/crypto/openssh/
H A Dsshd.c1141 server_accept_loop(int * sock_in,int * sock_out,int * newsock,int * config_s) global() argument
1616 int config_s[2] = { -1 , -1 }; global() local
[all...]