Lines Matching refs:RealSize
48 but we cannot guarantee that (RealSize) will be correct after Write() or another failures.
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;
301 s.RealSize = 0;
385 if (realSize == s.RealSize)
403 /* Sets size of stream, if new size is not equal to old size (RealSize).
409 if (size == s.RealSize)
415 PRF(printf("\n== %u, OptReOpen_and_SetSize, size =%u RealSize = %u\n", index, (unsigned)size, (unsigned)s.RealSize));
650 PRF(printf("\n%d, == Write : Pos = %u, RealSize = %u size =%u \n",
651 _streamIndex, (unsigned)s.Pos, (unsigned)s.RealSize, size));
681 if (s.RealSize < _offsetPos)
682 s.RealSize = _offsetPos;
838 // (volSize == s.RealSize) is expected here. So no need to check it
839 // if (volSize != s.RealSize) break;