Searched refs:LZMA_FINISH_END (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/ |
| D | LzmaDec.h | 82 LZMA_FINISH_END /* block must be finished at the end */ enumerator
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zDec.c | 152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma() 202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); in SzDecodeLzma2()
|