Searched defs:config_s (Results 1 – 6 of 6) 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;
139 typedef struct config_s { struct140 ush good_length; /* reduce lazy search above this match length */141 ush max_lazy; /* do not perform lazy search above this match length */142 ush nice_length; /* quit search above this match length */143 ush max_chain;144 compress_func func;
137 typedef struct config_s { struct138 uint16_t good_length; /* reduce lazy search above this match length */139 uint16_t max_lazy; /* do not perform lazy search above this match length */140 uint16_t nice_length; /* quit search above this match length */141 uint16_t max_chain;142 compress_func func;
1094 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)1496 int config_s[2] = { -1 , -1 }; local