Searched defs:config_s (Results 1 – 5 of 5) sorted by relevance
128 typedef struct config_s { struct129 ush good_length; /* reduce lazy search above this match length */130 ush max_lazy; /* do not perform lazy search above this match length */131 ush nice_length; /* quit search above this match length */132 ush max_chain;133 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;
727 typedef struct config_s { struct728 ush good_length; /* reduce lazy search above this match length */729 ush max_lazy; /* do not perform lazy search above this match length */730 ush nice_length; /* quit search above this match length */731 ush max_chain;732 compress_func func;