Lines Matching refs:Read
9 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedSequentialInStream
20 result = _stream->Read(data, size, &realProcessedSize); in Read()
30 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedInStream
51 HRESULT res = _stream->Read(data, size, &size); in Read()
88 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CClusterInStream
124 HRESULT res = Stream->Read(data, size, &size); in Read()
153 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CExtentsStream
209 const HRESULT res = Stream->Read(data, size, &size); in Read()
266 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CTailInStream
269 HRESULT res = Stream->Read(data, size, &cur); in Read()
303 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedCachedInStream
334 res = _stream->Read(data, size, &size); in Read()