Searched refs:finishMode (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/lzma/ |
A D | LzmaDec.h | 178 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,
|
A D | LzmaDec.c | 746 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()
|
A D | lzma.txt | 362 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);
|
Completed in 6 milliseconds