Searched refs:keepSizeBefore (Results 1 – 2 of 2) sorted by relevance
35 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv; in LzInWindow_Create()89 p->buffer - p->keepSizeBefore, in MatchFinder_MoveBlock()90 (size_t)(p->streamPos - p->pos + p->keepSizeBefore)); in MatchFinder_MoveBlock()91 p->buffer = p->bufferBase + p->keepSizeBefore; in MatchFinder_MoveBlock()180 p->keepSizeBefore = historySize + keepAddBufferBefore + 1; in MatchFinder_Create()
33 UInt32 keepSizeBefore; member