Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Dec.c204 *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()
DLzmaDec.h110 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
DLzmaDec.c891 *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()
DLzma2DecMt.c376 if ((int)status != LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2DecMt_MtCallback_Parse()
776 if (status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_Decode_ST()
DXzDec.c2029 if ((int)coder->status == LZMA_STATUS_NEEDS_MORE_INPUT) in XzDecMt_Callback_Write()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp171 || (outFinished && status != LZMA_STATUS_NEEDS_MORE_INPUT)); in CodeSpec()
196 if (outFinished && status != LZMA_STATUS_NEEDS_MORE_INPUT) in CodeSpec()
DLzmaDecoder.h101 bool NeedsMoreInput() const { return _lzmaStatus == LZMA_STATUS_NEEDS_MORE_INPUT; } in NeedsMoreInput()
/external/u-boot/lib/lzma/
DLzmaDec.h101 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */ enumerator
DLzmaDec.c764 *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()