Lines Matching refs:processedSize
8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
20 if (processedSize) in Read()
21 *processedSize = realProcessedSize; in Read()
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
27 if (processedSize) in Read()
28 *processedSize = 0; in Read()
45 if (processedSize) in Read()
46 *processedSize = size; in Read()
81 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
83 if (processedSize) in Read()
84 *processedSize = 0; in Read()
110 if (processedSize) in Read()
111 *processedSize = size; in Read()
138 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
140 if (processedSize) in Read()
141 *processedSize = 0; in Read()
175 if (processedSize) in Read()
176 *processedSize = size; in Read()
198 …DMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() argument
201 if (processedSize) in Write()
202 *processedSize = 0; in Write()
210 if (processedSize) in Write()
211 *processedSize = size; in Write()
219 if (processedSize) in Write()
220 *processedSize = size; in Write()
225 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
229 if (processedSize) in Read()
230 *processedSize = cur; in Read()
262 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
264 if (processedSize) in Read()
265 *processedSize = 0; in Read()
293 if (processedSize) in Read()
294 *processedSize = size; in Read()
316 STDMETHODIMP CTailOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() argument
320 if (processedSize) in Write()
321 *processedSize = cur; in Write()