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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaDec.h173 LzmaDec_DecodeToDic()
180 /* LzmaDec_DecodeToDic
200 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
207 See LzmaDec_DecodeToDic description for information about STEPS and return results,
208 but you must use LzmaDec_DecodeToBuf instead of LzmaDec_DecodeToDic and you don't need
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c755 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, function
900 res = LzmaDec_DecodeToDic(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
1027 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);

Completed in 23 milliseconds