Searched defs:nice_length (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;

Completed in 55 milliseconds