Home | History | Annotate | Download | only in zlib

Lines Matching defs:nice_length

120    ush nice_length; /* quit search above this match length */
443 s->nice_match = configuration_table[level].nice_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
455 int nice_length;
464 s->nice_match = nice_length;
1033 s->nice_match = configuration_table[s->level].nice_length;