Home
last modified time | relevance | path

Searched refs:_streamIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DMultiStream.cpp17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Read()
27 _streamIndex = mid; in Read()
32 _streamIndex = mid; in Read()
35 CSubStreamInfo &s = Streams[_streamIndex]; in Read()
DMultiStream.h17 unsigned _streamIndex; variable
45 _streamIndex = 0; in Init()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp89 unsigned _streamIndex; // required stream member in COutMultiVolStream
111 _streamIndex = 0; in Init()
166 if (_streamIndex >= Streams.Size()) in Write()
171 name.Add_UInt32(_streamIndex + 1); in Write()
190 CAltStreamInfo &altStream = Streams[_streamIndex]; in Write()
192 unsigned index = _streamIndex; in Write()
200 _streamIndex++; in Write()
227 _streamIndex++; in Write()
250 _streamIndex = 0; in Seek()
278 _streamIndex = 0; in SetSize()