Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp112 _offsetPos = 0; in Init()
324 /* SetSize(_offsetPos) is not required, in CreateStreams_If_Required()
613 if (_offsetPos >= volSize) in Write()
615 _offsetPos -= volSize; in Write()
623 if (_offsetPos >= volSize) in Write()
625 const UInt64 v = _offsetPos / volSize; in Write()
630 _offsetPos -= (unsigned)v * volSize; in Write()
637 // (_offsetPos < volSize) here in Write()
657 if (_offsetPos != s.Pos) in Write()
659 RINOK(s.Stream->Seek((Int64)_offsetPos, STREAM_SEEK_SE in Write()
[all...]
H A DMultiOutStream.h38 UInt64 _offsetPos; // offset relative to Streams[_streamIndex] volume. (_offsetPos >= volSize is allowed) variable

Completed in 3 milliseconds