Home
last modified time | relevance | path

Searched refs:dicLimit (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzma2Dec.c172 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic() argument
186 if (dicPos == dicLimit && finishMode == LZMA_FINISH_ANY) in Lzma2Dec_DecodeToDic()
202 if (dicPos == dicLimit && p->state != LZMA2_STATE_FINISHED) in Lzma2Dec_DecodeToDic()
211 SizeT destSizeCur = dicLimit - dicPos; in Lzma2Dec_DecodeToDic()
DLzma2Dec.h49 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
DLzmaDec.h179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
DLzmaDec.c803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument
808 LzmaDec_WriteRem(p, dicLimit); in LzmaDec_DecodeToDic()
838 if (p->dicPos >= dicLimit) in LzmaDec_DecodeToDic()
886 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic()
915 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()