Lines Matching refs:_streamIndex
111 _streamIndex = 0;
610 if (_streamIndex < Sizes.Size() - 1)
612 volSize = Sizes[_streamIndex];
616 _streamIndex++;
626 if (v >= ((UInt32)(Int32)-1) - _streamIndex)
629 _streamIndex += (unsigned)v;
632 if (_streamIndex >= k_NumVols_MAX)
645 so here it's expected. that we can create optional zero-size streams and then _streamIndex */
646 RINOK(CreateStreams_If_Required(_streamIndex))
648 CVolStream &s = Streams[_streamIndex];
651 _streamIndex, (unsigned)s.Pos, (unsigned)s.RealSize, size));
655 RINOK(ReOpenStream(_streamIndex))
695 const HRESULT res2 = CloseStream_and_FinalRename(_streamIndex);
699 _streamIndex++;
730 _streamIndex = 0;