Searched refs:LZMA_STATUS_NEEDS_MORE_INPUT (Results 1 – 4 of 4) sorted by relevance
193 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()215 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()274 if (*status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_DecodeToDic()348 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
771 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()817 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()849 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()1021 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in LzmaDecode()
150 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()160 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()