Home
last modified time | relevance | path

Searched defs:config_s (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zlib_deflate/
H A Ddeflate.c127 typedef struct config_s { struct
128 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;