Home | History | Annotate | Download | only in zlib

Lines Matching refs:good_match

112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
442 s->good_match = configuration_table[level].good_length;
462 s->good_match = good_length;
1032 s->good_match = configuration_table[s->level].good_length;
1100 if (s->prev_length >= s->good_match) {