Home | History | Annotate | Download | only in zlib

Lines Matching refs:good_match

118 /* Values for max_lazy_match, good_match and max_chain_length, depending on

445 s->good_match = configuration_table[level].good_length;
465 s->good_match = good_length;
996 s->good_match = configuration_table[s->level].good_length;
1064 if (s->prev_length >= s->good_match) {