Home
last modified time | relevance | path

Searched refs:keepSizeAfter (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c35 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()
H A DLzFind.h34 UInt32 keepSizeAfter; member