Lines Matching refs:Read
8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedSequentialInStream
15 result = _stream->Read(data, sizeToRead, &realProcessedSize); in Read()
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedInStream
44 HRESULT res = _stream->Read(data, size, &size); in Read()
81 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CClusterInStream
109 HRESULT res = Stream->Read(data, size, &size); in Read()
138 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CExtentsStream
172 HRESULT res = Stream->Read(data, size, &size); in Read()
225 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CTailInStream
228 HRESULT res = Stream->Read(data, size, &cur); in Read()
262 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() function in CLimitedCachedInStream
290 res = _stream->Read(data, size, &size); in Read()