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
522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
1185 if (s->prev_length >= s->good_match) {