Lines Matching refs:streamPos
49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
67 UInt32 curSize = 0xFFFFFFFF - (p->streamPos - p->pos); in MatchFinder_ReadBlock()
71 p->streamPos += curSize; in MatchFinder_ReadBlock()
79 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
92 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
93 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
102 (size_t)(p->streamPos - p->pos) + p->keepSizeBefore); in MatchFinder_MoveBlock()
118 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
278 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
292 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits()
326 p->streamPos = p->cyclicBufferSize; in MatchFinder_Init_3()
377 if (!p->streamEndWasReached && p->keepSizeAfter == p->streamPos - p->pos) in MatchFinder_CheckLimits()