Home
last modified time | relevance | path

Searched refs:outSize (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodePpmd() argument
107 for (i = 0; i < outSize; i++) in SzDecodePpmd()
114 if (i != outSize) in SzDecodePpmd()
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma() argument
136 state.dicBufSize = outSize; in SzDecodeLzma()
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma()
159 if (state.dicBufSize != outSize || lookahead != 0 || in SzDecodeLzma()
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma2() argument
186 state.decoder.dicBufSize = outSize; in SzDecodeLzma2()
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma2()
[all …]
D7z.h86 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain);
D7zTypes.h222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/CafeSDK-2.12.13-1/system/include/
DLzmaTypes.h222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);