Home
last modified time | relevance | path

Searched refs:_streamIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp111 _streamIndex = 0; in Init()
610 if (_streamIndex < Sizes.Size() - 1) in Write()
612 volSize = Sizes[_streamIndex]; in Write()
616 _streamIndex++; in Write()
626 if (v >= ((UInt32)(Int32)-1) - _streamIndex) in Write()
629 _streamIndex += (unsigned)v; in Write()
632 if (_streamIndex >= k_NumVols_MAX) in Write()
645 so here it's expected. that we can create optional zero-size streams and then _streamIndex */ in Write()
646 RINOK(CreateStreams_If_Required(_streamIndex)) in Write()
648 CVolStream &s = Streams[_streamIndex]; in Write()
[all...]
H A DMultiOutStream.h37 unsigned _streamIndex; // (_streamIndex >= Stream.Size()) is allowed in some internal code variable
38 UInt64 _offsetPos; // offset relative to Streams[_streamIndex] volume. (_offsetPos >= volSize is allowed)
/third_party/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Read()
29 _streamIndex = mid; in Read()
32 CSubStreamInfo &s = Streams[_streamIndex]; in Read()
128 if (_streamIndex >= Streams.Size())
137 CSubStreamInfo &subStream = Streams[_streamIndex];
141 _streamIndex++;
166 _streamIndex++;
188 _streamIndex = 0;
H A DMultiStream.h18 unsigned _streamIndex; variable
52 _streamIndex = 0; in Init()
64 unsigned _streamIndex; // required stream
65 UInt64 _offsetPos; // offset from start of _streamIndex index
80 _streamIndex = 0;

Completed in 3 milliseconds