Home
last modified time | relevance | path

Searched refs:finishMode (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
220 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
H A DLzmaDec.c746 ELzmaFinishMode finishMode, ELzmaStatus *status) in LzmaDec_DecodeToDic() argument
782 if (finishMode == LZMA_FINISH_ANY) in LzmaDec_DecodeToDic()
866 …*dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *st… in LzmaDec_DecodeToBuf() argument
887 curFinishMode = finishMode; in LzmaDec_DecodeToBuf()
996 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode() argument
1017 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status); in LzmaDecode()
H A Dlzma.txt362 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
371 finishMode - It has meaning only if the decoding reaches output limit (*destLen).
434 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode);