Searched refs:_matchMaxLen (Results 1 – 2 of 2) sorted by relevance
11 int _matchMaxLen; field in BinTree91 _matchMaxLen = matchMaxLen; in Create()121 if (_pos + _matchMaxLen <= _streamPos) in GetMatches()122 lenLimit = _matchMaxLen; in GetMatches()257 if (_pos + _matchMaxLen <= _streamPos) in Skip()258 lenLimit = _matchMaxLen; in Skip()
11 UInt32 _matchMaxLen; field in SevenZip.Compression.LZ.BinTree91 _matchMaxLen = matchMaxLen; in Create()121 if (_pos + _matchMaxLen <= _streamPos) in GetMatches()122 lenLimit = _matchMaxLen; in GetMatches()257 if (_pos + _matchMaxLen <= _streamPos) in Skip()258 lenLimit = _matchMaxLen; in Skip()