Lines Matching refs:bufferBase
21 alloc->Free(alloc, p->bufferBase); in LzInWindow_Free()
22 p->bufferBase = 0; in LzInWindow_Free()
36 if (p->bufferBase == 0 || p->blockSize != blockSize) in LzInWindow_Create()
40 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create()
42 return (p->bufferBase != 0); in LzInWindow_Create()
75 size_t size = (p->bufferBase + p->blockSize - dest); in MatchFinder_ReadBlock()
94 memmove(p->bufferBase, in MatchFinder_MoveBlock()
97 p->buffer = p->bufferBase + p->keepSizeBefore; in MatchFinder_MoveBlock()
105 return ((size_t)(p->bufferBase + p->blockSize - p->buffer) <= p->keepSizeAfter); in MatchFinder_NeedMove()
136 p->bufferBase = 0; in MatchFinder_Construct()
277 p->buffer = p->bufferBase; in MatchFinder_Init()