Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp48 but we cannot guarantee that (RealSize) will be correct after Write() or another failures. in Destruct()
149 we must call only if volume is full (s.RealSize==VolSize) or finished.
150 the function doesn't use VolSize and it uses s.RealSize instead.
153 Note: (RealSize == 0) (empty volume) on restriction bounds are supposed as non-restricted
163 return _restrict_Begin < s.Start + s.RealSize; in IsRestricted()
301 s.RealSize = 0; in CreateNewStream()
385 if (realSize == s.RealSize) in ReOpenStream()
403 /* Sets size of stream, if new size is not equal to old size (RealSize).
409 if (size == s.RealSize) in OptReOpen_and_SetSize()
415 PRF(printf("\n== %u, OptReOpen_and_SetSize, size =%u RealSize in OptReOpen_and_SetSize()
[all...]
H A DMultiOutStream.h23 UInt64 RealSize; member
32 RealSize = size; in SetSize2()

Completed in 2 milliseconds