Searched refs:posLimit (Results 1 – 2 of 2) sorted by relevance
17 UInt32 posLimit; member
529 p->posLimit = p->pos + n; in MatchFinder_SetLimits()1087 …{ const UInt32 pos1 = p->pos + 1; p->pos = pos1; if (pos1 == p->posLimit) MatchFinder_CheckLimits(…1571 { const UInt32 rem = p->posLimit - pos; if (num2 > rem) num2 = rem; } \1588 if (pos == p->posLimit) MatchFinder_CheckLimits(p); \