Searched refs:checkDicSize (Results 1 – 9 of 9) sorted by relevance
146 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local166 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()210 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()366 if (checkDicSize == 0) in LzmaDec_DecodeReal()371 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()440 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()441 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()459 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()467 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()510 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()[all …]
60 UInt32 checkDicSize; member
163 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= size) in LzmaDec_UpdateWithUncompressed()164 p->checkDicSize = p->prop.dicSize; in LzmaDec_UpdateWithUncompressed()
147 UInt32 checkDicSize = p->checkDicSize; in LzmaDec_DecodeReal() local167 if (checkDicSize != 0 || processedPos != 0) in LzmaDec_DecodeReal()211 if (checkDicSize == 0 && processedPos == 0) in LzmaDec_DecodeReal()367 if (checkDicSize == 0) in LzmaDec_DecodeReal()372 else if (distance >= checkDicSize) in LzmaDec_DecodeReal()441 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()442 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()460 if (p->checkDicSize == 0) in LzmaDec_DecodeReal2()468 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()511 if (p->checkDicSize != 0 || p->processedPos != 0) in LzmaDec_TryDummy()[all …]
61 UInt32 checkDicSize; member
970 + UInt32 checkDicSize = p->checkDicSize;990 + if (checkDicSize != 0 || processedPos != 0)1034 + if (checkDicSize == 0 && processedPos == 0)1190 + if (checkDicSize == 0)1195 + else if (distance >= checkDicSize)1264 + if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)1265 + p->checkDicSize = p->prop.dicSize;1283 + if (p->checkDicSize == 0)1291 + p->checkDicSize = p->prop.dicSize;1334 + if (p->checkDicSize != 0 || p->processedPos != 0)[all …]