Searched refs:_offsetPos (Results 1 – 1 of 1) sorted by relevance
87 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream109 _offsetPos = 0; in Init()195 if (_offsetPos >= volSize) in Write()197 _offsetPos -= volSize; in Write()201 if (_offsetPos != altStream.Pos) in Write()205 RINOK(altStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL)); in Write()206 altStream.Pos = _offsetPos; in Write()215 _offsetPos += realProcessed; in Write()219 if (_offsetPos > altStream.RealSize) in Write()220 altStream.RealSize = _offsetPos; in Write()[all …]