Searched defs:config_s (Results 1 – 6 of 6) sorted by relevance
122 typedef struct config_s { struct123 ush good_length; /* reduce lazy search above this match length */124 ush max_lazy; /* do not perform lazy search above this match length */125 ush nice_length; /* quit search above this match length */126 ush max_chain;127 compress_func func;
127 typedef struct config_s { struct128 ush good_length; /* reduce lazy search above this match length */129 ush max_lazy; /* do not perform lazy search above this match length */130 ush nice_length; /* quit search above this match length */131 ush max_chain;132 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;
844 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s, in server_accept_loop()1187 int devnull, config_s[2] = { -1 , -1 }, have_connection_info = 0; in main() local
670 typedef struct config_s { struct671 ush good_length; /* reduce lazy search above this match length */672 ush max_lazy; /* do not perform lazy search above this match length */673 ush nice_length; /* quit search above this match length */674 ush max_chain;675 compress_func func;