Searched defs:config_s (Results 1 – 5 of 5) 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;
1095 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)1366 int config_s[2] = { -1 , -1 }; local