Searched refs:checkDicSize (Results 1 – 4 of 4) sorted by relevance
232 UInt32 checkDicSize = p->checkDicSize; in LZMA_DECODE_REAL() local252 if (processedPos != 0 || checkDicSize != 0) in LZMA_DECODE_REAL()519 if (distance >= (checkDicSize == 0 ? processedPos: checkDicSize)) in LZMA_DECODE_REAL()601 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()602 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()629 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()642 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()643 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()683 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()861 p->checkDicSize = 0; in LzmaDec_InitDicAndState()
66 UInt32 checkDicSize; member
167 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()168 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()
525 checkDicSize dd ? define550 checkDicSize dd ? define672 mov x1, GLOB_2 checkDicSize673 mov LOC_0 checkDicSize, x1686 ; if (processedPos != 0 || checkDicSize != 0)891 ; if (distance >= (checkDicSize == 0 ? processedPos: checkDicSize))893 mov t0, LOC checkDicSize1111 …; The (checkDicSize == 0 && processedPos == 0) case was checked before in LzmaDec.c with kBadRepCo…