Searched defs:config_s (Results 1 – 1 of 1) sorted by relevance
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;