Home
last modified time | relevance | path

Searched refs:_restrict_Global (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp119 _restrict_Global = 0; in Init()
157 if (s.Start < _restrict_Global) in IsRestricted()
274 /* we don't expect non-restricted stream here in normal cases (if _restrict_Global was not changed). in PrepareToOpenNew()
577 _restrict_Global = newSize; in SetSize()
579 else if (newSize < _restrict_Global) in SetSize()
580 _restrict_Global = newSize; in SetSize()
H A DMultiOutStream.h48 UInt64 _restrict_Global; variable
119 if (s.Start < _restrict_Global) in IsRestricted_Empty()

Completed in 2 milliseconds