Searched refs:LzmaDec_DecodeToDic (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/lzma/
H A DLzmaDec.h150 LzmaDec_DecodeToDic()
157 /* LzmaDec_DecodeToDic
177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
184 See LzmaDec_DecodeToDic description for information about STEPS and return results,
185 but you must use LzmaDec_DecodeToBuf instead of LzmaDec_DecodeToDic and you don't need
H A DLzmaDec.c734 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, function
879 res = LzmaDec_DecodeToDic(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
1006 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);

Completed in 88 milliseconds