Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c163 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()
[all …]
H A DLzmaDec.h56 UInt32 checkDicSize; member