Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Dec.c196 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()
225 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()
294 if (*status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_DecodeToDic()
374 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Decode()
DLzmaDec.h103 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
DLzmaDec.c822 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()
873 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()
905 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()
1096 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in LzmaDecode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp152 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()
162 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()