Searched refs:streamPos (Results 1 – 3 of 3) sorted by relevance
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()[all …]
18 UInt32 streamPos; member54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
199 UInt32 num = mf->streamPos - mf->pos; in HashThreadFunc()