Searched refs:LZMA_STATUS_NEEDS_MORE_INPUT (Results 1 – 4 of 4) sorted by relevance
196 *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()
103 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
822 *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()
152 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()162 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()