Home | History | Annotate | Download | only in zlib

Lines Matching defs:good_length

119    ush good_length; /* reduce lazy search above this match length */
448 s->good_match = configuration_table[level].good_length;
457 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
459 int good_length;
468 s->good_match = good_length;
1056 s->good_match = configuration_table[s->level].good_length;