Lines Matching defs:Read
9 Z7_COM7F_IMF(CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
20 result = _stream->Read(data, size, &realProcessedSize);
30 Z7_COM7F_IMF(CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
36 // 9.31: Fixed. Windows doesn't return error in ReadFile and IStream->Read in that case.
51 HRESULT res = _stream->Read(data, size, &size);
88 Z7_COM7F_IMF(CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
124 HRESULT res = Stream->Read(data, size, &size);
153 Z7_COM7F_IMF(CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize))
209 const HRESULT res = Stream->Read(data, size, &size);
266 Z7_COM7F_IMF(CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
269 HRESULT res = Stream->Read(data, size, &cur);
303 Z7_COM7F_IMF(CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
309 // 9.31: Fixed. Windows doesn't return error in ReadFile and IStream->Read in that case.
334 res = _stream->Read(data, size, &size);