Searched refs:checkDicSize (Results 1 – 3 of 3) sorted by relevance
155 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local175 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 …]
58 UInt32 checkDicSize; member
165 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()166 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()