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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaDec.h79 UInt32 checkDicSize; member in struct:__anon777
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c180 UInt32 checkDicSize = p->checkDicSize; local
200 if (checkDicSize != 0 || processedPos != 0)
245 if (checkDicSize == 0 && processedPos == 0)
401 if (checkDicSize == 0)
406 else if (distance >= checkDicSize)
474 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
475 p->checkDicSize = p->prop.dicSize;
495 if (p->checkDicSize == 0)
503 p->checkDicSize
[all...]

Completed in 24 milliseconds