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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
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.c728 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, function
873 res = LzmaDec_DecodeToDic(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
1000 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);

Completed in 29 milliseconds