Searched defs:config_s (Results 1 – 2 of 2) sorted by relevance
98 typedef struct config_s { struct99 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;
1139 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)1614 int config_s[2] = { -1 , -1 }; local