Searched refs:processedSize (Results 1 - 25 of 54) sorted by relevance

123

/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.cpp7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
19 if(processedSize != NULL)
20 *processedSize = realProcessedSize;
H A DOutStreamWithCRC.cpp7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
15 if (processedSize != NULL)
16 *processedSize = size;
H A DInStreamWithCRC.cpp7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) argument
15 if(processedSize != NULL)
16 *processedSize = realProcessedSize;
20 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) argument
30 if(processedSize != NULL)
31 *processedSize = realProcessedSize;
H A DMultiStream.cpp7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
9 if (processedSize)
10 *processedSize = 0;
47 if (processedSize)
48 *processedSize = size;
98 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
117 STDMETHODIMP COutMultiStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
119 if(processedSize != NULL)
120 *processedSize = 0;
157 if(processedSize !
[all...]
H A DDummyOutStream.h20 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
H A DOutStreamWithCRC.h22 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/Compress/
H A DBranchCoder.cpp16 UInt32 processedSize = SubFilter(data, size); local
17 _bufferPos += processedSize;
18 return processedSize;
H A DLzmaDecoder.cpp173 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) argument
175 if (processedSize)
176 *processedSize = 0;
203 if (processedSize)
204 *processedSize += (UInt32)outProcessed;
220 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize) argument
223 if (processedSize)
224 *processedSize = 0;
243 if (processedSize)
244 *processedSize
[all...]
/external/lzma/CPP/7zip/Common/
H A DLockedStream.cpp8 UInt32 *processedSize)
12 return _stream->Read(data, size, processedSize);
15 STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size, UInt32 *processedSize) argument
20 if (processedSize != NULL)
21 *processedSize = realProcessedSize;
7 Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize) argument
H A DStreamUtils.cpp9 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) argument
11 size_t size = *processedSize;
12 *processedSize = 0;
18 *processedSize += processedSizeLoc;
30 size_t processedSize = size; local
31 RINOK(ReadStream(stream, data, &processedSize));
32 return (size == processedSize) ? S_OK : S_FALSE;
37 size_t processedSize = size; local
38 RINOK(ReadStream(stream, data, &processedSize));
39 return (size == processedSize)
[all...]
H A DLimitedStreams.cpp8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
20 if (processedSize != NULL)
21 *processedSize = realProcessedSize;
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
27 if (processedSize != NULL)
28 *processedSize = 0;
41 if (processedSize != NULL)
42 *processedSize = size;
62 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
64 if (processedSize !
130 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
[all...]
H A DFileStreams.cpp80 STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
85 if (processedSize != NULL)
86 *processedSize = 0;
112 if (processedSize != NULL)
113 *processedSize += rem;
176 if (processedSize != NULL)
177 *processedSize = realProcessedSize;
186 if (processedSize != NULL)
187 *processedSize = 0;
191 if (processedSize !
199 Read(void *data, UInt32 size, UInt32 *processedSize) argument
207 Read(void *data, UInt32 size, UInt32 *processedSize) argument
306 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
372 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
380 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
[all...]
H A DStreamBinder.cpp19 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
27 STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size, UInt32 *processedSize) argument
28 { return m_StreamBinder->Read(data, size, processedSize); }
37 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
47 { return m_StreamBinder->Write(data, size, processedSize); }
90 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) argument
109 if (processedSize != NULL)
110 *processedSize = sizeToRead;
120 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
[all...]
H A DStreamObjects.cpp9 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
11 if (processedSize)
12 *processedSize = 0;
22 if (processedSize)
23 *processedSize = (UInt32)rem;
84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
86 if (processedSize)
87 *processedSize = 0;
95 if (processedSize)
96 *processedSize
100 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
112 Write(const void *data, UInt32 size, UInt32 *processedSize) argument
167 Read(void *data, UInt32 size, UInt32 *processedSize) argument
[all...]
H A DLockedStream.h17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
35 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
H A DStreamBinder.h24 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
27 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
H A DFilterCoder.cpp50 size_t processedSize = kBufferSize - bufferPos; local
53 RINOK(ReadStream(inStream, _buffer + bufferPos, &processedSize));
55 UInt32 endPos = bufferPos + (UInt32)processedSize;
98 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
100 if (processedSize != NULL)
101 *processedSize = 0;
107 if (processedSize != NULL)
108 *processedSize += sizeTemp;
169 STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *processedSize) argument
171 if (processedSize !
[all...]
H A DOffsetStream.cpp15 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
17 return _stream->Write(data, size, processedSize);
H A DOffsetStream.h20 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
H A DOutBuffer.cpp74 UInt32 processedSize = 0; local
75 result = _stream->Write(_buffer + _streamPos, size, &processedSize);
76 size = processedSize;
H A DFileStreams.h60 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
74 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
128 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
141 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.cpp7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) argument
12 if (processedSize != 0)
13 *processedSize = realProcessedSize;
H A D7zFolderInStream.cpp79 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize) argument
81 if (processedSize != 0)
82 *processedSize = 0;
94 if (processedSize != 0)
95 *processedSize = processed2;
H A D7zFolderOutStream.cpp84 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) argument
86 if (processedSize != NULL)
87 *processedSize = 0;
99 if (processedSize != NULL)
100 *processedSize += cur;
114 if (processedSize != NULL)
115 *processedSize += size;
H A D7zSpecStream.h30 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);

Completed in 839 milliseconds

123