Home | History | Annotate | Download | only in LZ

Lines Matching refs:lenLimit

120 		int lenLimit;

122 lenLimit = _matchMaxLen;
125 lenLimit = _streamPos - _pos;
126 if (lenLimit < kMinMatchCheck)
218 while(++len != lenLimit)
225 if (len == lenLimit)
256 int lenLimit;
258 lenLimit = _matchMaxLen;
261 lenLimit = _streamPos - _pos;
262 if (lenLimit < kMinMatchCheck)
314 while (++len != lenLimit)
317 if (len == lenLimit)