Searched refs:LZMA_STATUS_NEEDS_MORE_INPUT (Results 1 – 9 of 9) sorted by relevance
204 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()229 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()277 if (*status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_DecodeToDic()325 return LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_Parse()365 return LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_Parse()384 return LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_Parse()484 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Decode()
110 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
891 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()954 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()986 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in LzmaDec_DecodeToDic()1181 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in LzmaDecode()
376 if ((int)status != LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2DecMt_MtCallback_Parse()776 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_Decode_ST()
2029 if ((int)coder->status == LZMA_STATUS_NEEDS_MORE_INPUT) in XzDecMt_Callback_Write()
171 || (outFinished && status != LZMA_STATUS_NEEDS_MORE_INPUT)); in CodeSpec()196 if (outFinished && status != LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()
101 bool NeedsMoreInput() const { return _lzmaStatus == LZMA_STATUS_NEEDS_MORE_INPUT; } in NeedsMoreInput()
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()