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
187 HRESULT res = Stream->Read(data, size, &size); in Read()
240 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CTailInStream
243 HRESULT res = Stream->Read(data, size, &cur); in Read()
277 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedCachedInStream
308 res = _stream->Read(data, size, &size); in Read()