Home | History | Annotate | Download | only in Common

Lines Matching full:stream

109     IInStream *stream,

136 if (!stream)
150 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
152 RINOK(ReadStream(stream, byteBuffer, &processedSize));
219 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
221 RINOK(ReadStream(stream, buffer, &processedSize));
263 if (stream)
265 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
288 if (stream)
289 result = archive->Open(stream, &kMaxCheckStartPosition, callback);
331 IInStream *stream,
338 else if (!stream)
344 stream = fileStream;
351 RINOK(stream->Seek(0, STREAM_SEEK_END, &fileSize));
356 return OpenStream(codecs, formatIndex, stream, seqStream, callback);
379 IInStream *stream,
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback));
485 IInStream *stream,
495 if (!stream && !stdInMode)
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));
530 CMyComPtr<IInStream> stream(fileStreamSpec);
533 HRESULT res = GetArchive()->Open(stream, &kMaxCheckStartPosition, callback);