Home
last modified time | relevance | path

Searched refs:checkDicSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzmaDec.c155 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
175 if (processedPos != 0 || checkDicSize != 0) in LzmaDec_DecodeReal()
243 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
438 if (checkDicSize == 0) in LzmaDec_DecodeReal()
446 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
528 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
529 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
548 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
557 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
558 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
[all …]
DLzmaDec.h58 UInt32 checkDicSize; member
DLzma2Dec.c165 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()
166 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()