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;
118 typedef struct config_s { struct119 ush good_length; /* reduce lazy search above this match length */120 ush max_lazy; /* do not perform lazy search above this match length */121 ush nice_length; /* quit search above this match length */122 ush max_chain;123 compress_func func;
758 typedef struct config_s { struct759 ush good_length; /* reduce lazy search above this match length */760 ush max_lazy; /* do not perform lazy search above this match length */761 ush nice_length; /* quit search above this match length */762 ush max_chain;763 compress_func func;
497 typedef struct config_s { struct498 ush good_length; /* reduce lazy search above this match length */499 ush max_lazy; /* do not perform lazy search above this match length */500 ush nice_length; /* quit search above this match length */501 ush max_chain;