Lines Matching refs:streamPos
50 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
56 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
65 UInt32 curSize = 0xFFFFFFFF - p->streamPos; in MatchFinder_ReadBlock()
69 p->streamPos += curSize; in MatchFinder_ReadBlock()
76 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
88 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
89 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
98 (size_t)(p->streamPos - p->pos + p->keepSizeBefore)); in MatchFinder_MoveBlock()
114 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
254 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
265 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits()
280 p->pos = p->streamPos = p->cyclicBufferSize; in MatchFinder_Init()
317 if (!p->streamEndWasReached && p->keepSizeAfter == p->streamPos - p->pos) in MatchFinder_CheckLimits()