Searched refs:streamPos (Results 1 – 8 of 8) sorted by relevance
48 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()54 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()63 UInt32 curSize = 0xFFFFFFFF - p->streamPos; in MatchFinder_ReadBlock()67 p->streamPos += curSize; in MatchFinder_ReadBlock()74 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()86 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()87 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()96 (size_t)(p->streamPos - p->pos + p->keepSizeBefore)); in MatchFinder_MoveBlock()112 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()252 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()[all …]
20 UInt32 streamPos; member56 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
197 UInt32 num = mf->streamPos - mf->pos; in HashThreadFunc()
49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()64 UInt32 curSize = 0xFFFFFFFF - p->streamPos; in MatchFinder_ReadBlock()68 p->streamPos += curSize; in MatchFinder_ReadBlock()75 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()87 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()88 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()97 (size_t)(p->streamPos - p->pos + p->keepSizeBefore)); in MatchFinder_MoveBlock()113 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()253 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()[all …]
21 UInt32 streamPos; member57 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
2181 +UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }2187 + p->streamPos -= subValue;2196 + UInt32 curSize = 0xFFFFFFFF - p->streamPos;2200 + p->streamPos += curSize;2207 + Byte *dest = p->buffer + (p->streamPos - p->pos);2219 + p->streamPos += (UInt32)size;2220 + if (p->streamPos - p->pos > p->keepSizeAfter)2229 + (size_t)(p->streamPos - p->pos + p->keepSizeBefore));2245 + if (p->keepSizeAfter >= p->streamPos - p->pos)2385 + limit2 = p->streamPos - p->pos;[all …]