Searched refs:nice_match (Results 1 – 9 of 9) sorted by relevance
582 s->nice_match = configuration_table[s->level].nice_length; in lm_init()622 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local656 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()741 if (len >= nice_match) break; in longest_match()
182 int nice_match; /* Stop searching when current match exceeds this */ member
587 s->nice_match = configuration_table[s->level].nice_length; in lm_init()627 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local661 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()746 if (len >= nice_match) break; in longest_match()
609 s->nice_match = configuration_table[level].nice_length;630 s->nice_match = nice_length;1205 s->nice_match = configuration_table[s->level].nice_length;1245 int nice_match = s->nice_match; /* stop if match long enough */ local1279 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;1364 if (len >= nice_match) break;
194 int nice_match; /* Stop searching when current match exceeds this */ member
447 int nice_match; /* Stop searching when current match exceeds this */ member924 s->nice_match = configuration_table[level].nice_length; in deflateParams()1238 s->nice_match = configuration_table[s->level].nice_length; in lm_init()1276 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local1310 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()1390 if (len >= nice_match) break; in longest_match()