Home
last modified time | relevance | path

Searched refs:keepSizeBefore (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()
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()
H A DLzFind.h33 UInt32 keepSizeBefore; member