Searched refs:outSize (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | 7zDec.c | 67 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 …]
|
| D | 7z.h | 86 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain);
|
| D | 7zTypes.h | 222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
|
| /CafeSDK-2.12.13/system/include/ |
| D | LzmaTypes.h | 222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
|