Lines Matching refs:Streams

40   while (!Streams.IsEmpty())

51 // if (OptReOpen_and_SetSize(Streams.Size() - 1, 0) == S_OK)
52 hres2 = CloseStream_and_DeleteFile(Streams.Size() - 1);
56 hres2 = CloseStream(Streams.Size() - 1);
70 CVolStream &s = Streams.Back();
78 RemoveFromLinkedList(Streams.Size() - 1);
81 Streams.DeleteBack();
103 Streams.Clear();
170 const CVolStream &s = Streams[index];
194 // we close stream, but we still keep item in Streams[] vector
197 CVolStream &s = Streams[index];
209 // we close stream and delete file, but we still keep item in Streams[] vector
215 path += Streams[index].Postfix;
227 CVolStream &s = Streams[index];
283 PRF(printf("\n== %u, CreateNewStream, size =%u \n", Streams.Size(), (unsigned)newSize));
285 if (Streams.Size() >= k_NumVols_MAX)
292 const FString path = GetFilePath(Streams.Size());
303 const unsigned index = Streams.Add(s);
317 const unsigned numStreamsBefore = Streams.Size();
337 if (numStreamsBefore + 1 != Streams.Size()) return E_FAIL;
344 const CVolStream &s = Streams[numStreamsBefore];
363 CVolStream &s = Streams[streamIndex];
408 CVolStream &s = Streams[index];
427 have very big number of empty streams at the end of Streams[] list.
428 And Normalize_finalMode() will runs all these empty streams of Streams[] vector.
436 - it removes CVolStream object from Streams[] vector
445 unsigned i = Streams.Size();
450 streams in Streams[] that can be affected by changed _length.
454 offset = Streams[--i].Start; // it's last item in Streams[]
481 structure, when we delete last item in Streams[] */
482 Streams.DeleteBack();
492 // (offset) is start offset of next stream after existing Streams[]
497 const UInt64 volSize = GetVolSize_for_Stream(Streams.Size());
515 numTotalVolumesRes = Streams.Size();
516 FOR_VECTOR (i, Streams)
534 FOR_VECTOR (i, Streams)
536 CVolStream &s = Streams[i];
648 CVolStream &s = Streams[_streamIndex];
815 for (; index < Streams.Size(); index++)
818 const CVolStream &s = Streams[index];