Searched refs:_offsetPos (Results 1 – 1 of 1) sorted by relevance
90 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream112 _offsetPos = 0; in Init()197 if (_offsetPos >= volSize) in Write()199 _offsetPos -= volSize; in Write()203 if (_offsetPos != altStream.Pos) in Write()207 RINOK(altStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL)); in Write()208 altStream.Pos = _offsetPos; in Write()217 _offsetPos += realProcessed; in Write()221 if (_offsetPos > altStream.RealSize) in Write()222 altStream.RealSize = _offsetPos; in Write()[all …]