Searched refs:LZMA_STATUS_NEEDS_MORE_INPUT (Results 1 – 2 of 2) sorted by relevance
101 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
764 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()810 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()842 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()1019 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in LzmaDecode()
Completed in 4 milliseconds