Searched defs:config_s (Results 1 – 1 of 1) sorted by relevance
106 typedef struct config_s { struct107 ush good_length; /* reduce lazy search above this match length */108 ush max_lazy; /* do not perform lazy search above this match length */109 ush nice_length; /* quit search above this match length */110 ush max_chain;111 compress_func func;