Searched defs:config_s (Results 1 – 4 of 4) sorted by relevance
117 typedef struct config_s { struct118 ush good_length; /* reduce lazy search above this match length */119 ush max_lazy; /* do not perform lazy search above this match length */120 ush nice_length; /* quit search above this match length */121 ush max_chain;122 compress_func func;
120 typedef struct config_s { struct121 ush good_length; /* reduce lazy search above this match length */122 ush max_lazy; /* do not perform lazy search above this match length */123 ush nice_length; /* quit search above this match length */124 ush max_chain;125 compress_func func;
1146 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)1417 int config_s[2] = { -1 , -1 }; local