• Home
  • Raw
  • Download

Lines Matching refs:processedSize

9 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)  in Read()  argument
25 if (processedSize) in Read()
26 *processedSize = realProcessedSize; in Read()
30 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
32 if (processedSize) in Read()
33 *processedSize = 0; in Read()
52 if (processedSize) in Read()
53 *processedSize = size; in Read()
88 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
90 if (processedSize) in Read()
91 *processedSize = 0; in Read()
125 if (processedSize) in Read()
126 *processedSize = size; in Read()
153 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
155 if (processedSize) in Read()
156 *processedSize = 0; in Read()
190 if (processedSize) in Read()
191 *processedSize = size; in Read()
213 …DMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() argument
216 if (processedSize) in Write()
217 *processedSize = 0; in Write()
225 if (processedSize) in Write()
226 *processedSize = size; in Write()
234 if (processedSize) in Write()
235 *processedSize = size; in Write()
240 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
244 if (processedSize) in Read()
245 *processedSize = cur; in Read()
277 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() argument
279 if (processedSize) in Read()
280 *processedSize = 0; in Read()
311 if (processedSize) in Read()
312 *processedSize = size; in Read()
334 STDMETHODIMP CTailOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() argument
338 if (processedSize) in Write()
339 *processedSize = cur; in Write()