Searched refs:LzmaDec_DecodeToDic (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/lzma/ |
A D | LzmaDec.h | 177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
|
A D | LzmaDec.c | 745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() function 890 res = LzmaDec_DecodeToDic(p, outSizeCur, src, &inSizeCur, curFinishMode, status); in LzmaDec_DecodeToBuf() 1017 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status); in LzmaDecode()
|
Completed in 4 milliseconds