Searched refs:matchLenLimit (Results 1 – 2 of 2) sorted by relevance
82 int matchLenLimit = matchLenMax; in getMatches() local86 if (avail < matchLenLimit) { in getMatches()90 matchLenLimit = avail; in getMatches()129 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()167 while (++len < matchLenLimit) in getMatches()
66 int matchLenLimit = matchLenMax; in getMatches() local70 if (avail < matchLenLimit) { in getMatches()74 matchLenLimit = avail; in getMatches()111 while (lenBest < matchLenLimit && buf[readPos + lenBest - delta2] in getMatches()154 while (++len < matchLenLimit) in getMatches()