Searched refs:matchLenLimit (Results 1 – 2 of 2) sorted by relevance
92 int matchLenLimit = matchLenMax; in getMatches() local96 if (avail < matchLenLimit) { in getMatches()100 matchLenLimit = avail; in getMatches()139 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()177 while (++len < matchLenLimit) in getMatches()
76 int matchLenLimit = matchLenMax; in getMatches() local80 if (avail < matchLenLimit) { in getMatches()84 matchLenLimit = avail; in getMatches()121 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()164 while (++len < matchLenLimit) in getMatches()