Home
last modified time | relevance | path

Searched defs:processedSize (Results 1 – 25 of 37) sorted by relevance

12

/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.cpp9 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
30 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
88 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
153 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
239 …DMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
266 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
303 STDMETHODIMP CLimitedCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
360 STDMETHODIMP CTailOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DStreamBinder.cpp21 STDMETHODIMP CBinderInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
36 STDMETHODIMP CBinderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
79 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
121 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DStreamUtils.cpp9 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) throw() in ReadStream()
30 size_t processedSize = size; in ReadStream_FALSE() local
37 size_t processedSize = size; in ReadStream_FAIL() local
DStreamObjects.cpp11 STDMETHODIMP CBufferInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
46 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
138 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
154 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
169 …ETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
224 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DFileStreams.cpp81 STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
212 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
223 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
653 STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
717 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
727 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DFilterCoder.cpp98 size_t processedSize = _bufSize - pos; in Code() local
206 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
326 STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DOffsetStream.cpp16 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DOutBuffer.cpp69 UInt32 processedSize = 0; in FlushPart() local
/third_party/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.cpp7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
22 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DOutStreamWithCRC.cpp7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DDummyOutStream.cpp7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
DMultiStream.cpp7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DCoderMixer2.cpp9 STDMETHODIMP CSequentialInStreamCalcSize::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
24 STDMETHODIMP COutStreamCalcSize::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
/third_party/lzma/CPP/Windows/
DFileIO.cpp462 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw() in Read1()
470 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw() in ReadPart()
477 bool CInFile::Read(void *data, UInt32 size, UInt32 &processedSize) throw() in Read()
496 bool CInFile::ReadFull(void *data, size_t size, size_t &processedSize) throw() in ReadFull()
538 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw() in WritePart()
548 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) throw() in Write()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zSpecStream.cpp7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
D7zFolderInStream.cpp134 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
D7zDecode.cpp155 STDMETHODIMP CLockedSequentialInStreamMT::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
199 STDMETHODIMP CLockedSequentialInStreamST::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
D7zExtract.cpp145 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
/third_party/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp236 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
309 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize) in ReadFromInputStream()
DCopyCoder.cpp118 STDMETHODIMP CCopyCoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DPpmdDecoder.cpp209 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
DLzma2Decoder.cpp245 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
/third_party/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp96 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize) in ReadInput()
358 size_t processedSize = kBufSize; in Open() local
/third_party/lzma/C/
DMtCoder.c87 static SRes FullRead(ISeqInStream *stream, Byte *data, size_t *processedSize) in FullRead()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp61 size_t processedSize; in ReadDataString() local

12