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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h16 UInt32 streamPos; member in struct:_CMatchFinder
52 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
H A DLzFind.c53 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
59 p->streamPos -= subValue;
68 Byte *dest = p->buffer + (p->streamPos - p->pos);
80 p->streamPos += (UInt32)size;
81 if (p->streamPos - p->pos > p->keepSizeAfter)
90 (size_t)(p->streamPos - p->pos + p->keepSizeBefore));
104 if (p->keepSizeAfter >= p->streamPos - p->pos)
247 limit2 = p->streamPos - p->pos;
258 UInt32 lenLimit = p->streamPos - p->pos;
273 p->pos = p->streamPos
[all...]

Completed in 45 milliseconds