Searched refs:good_match (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h188 uInt good_match; member in struct:internal_state
H A Ddeflate.c112 /* 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) {

Completed in 33 milliseconds