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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzFind.h39 UInt32 streamPos; member in struct:_CMatchFinder
75 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c74 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
80 p->streamPos -= subValue;
89 Byte *dest = p->buffer + (p->streamPos - p->pos);
101 p->streamPos += (UInt32)size;
102 if (p->streamPos - p->pos > p->keepSizeAfter)
111 (size_t)(p->streamPos - p->pos + p->keepSizeBefore));
125 if (p->keepSizeAfter >= p->streamPos - p->pos)
268 limit2 = p->streamPos - p->pos;
279 UInt32 lenLimit = p->streamPos - p->pos;
294 p->pos = p->streamPos
[all...]

Completed in 21 milliseconds