Lines Matching refs:checkDicSize
163 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local
183 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()
228 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()
384 if (checkDicSize == 0) in LzmaDec_DecodeReal()
389 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()
459 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
460 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
478 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()
486 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
529 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()
713 p->checkDicSize = 0; in LzmaDec_InitDicAndState()