Searched refs:keepSizeAfter (Results 1 – 2 of 2) sorted by relevance
35 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv; in LzInWindow_Create()81 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()97 return ((size_t)(p->bufferBase + p->blockSize - p->buffer) <= p->keepSizeAfter); in MatchFinder_NeedMove()104 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()181 p->keepSizeAfter = matchMaxLen + keepAddBufferAfter; in MatchFinder_Create()248 if (limit2 <= p->keepSizeAfter) in MatchFinder_SetLimits()254 limit2 -= p->keepSizeAfter; in MatchFinder_SetLimits()310 if (!p->streamEndWasReached && p->keepSizeAfter == p->streamPos - p->pos) in MatchFinder_CheckLimits()
34 UInt32 keepSizeAfter; member