Searched refs:bufferBase (Results 1 – 5 of 5) sorted by relevance
72 ISzAlloc_Free(alloc, p->bufferBase); in LzInWindow_Free()73 p->bufferBase = NULL; in LzInWindow_Free()82 if (!p->bufferBase || p->blockSize != blockSize) in LzInWindow_Create2()104 p->bufferBase = (Byte *)ISzAlloc_Alloc(alloc, blockSize); in LzInWindow_Create2()108 return (p->bufferBase != NULL); in LzInWindow_Create2()140 size_t size = (size_t)(p->bufferBase + p->blockSize - dest); in MatchFinder_ReadBlock()179 const size_t offset = (size_t)(p->buffer - p->bufferBase) - p->keepSizeBefore; in MatchFinder_MoveBlock()181 p->buffer = p->bufferBase + keepBefore; in MatchFinder_MoveBlock()182 memmove(p->bufferBase, in MatchFinder_MoveBlock()183 p->bufferBase + (offset & ~((size_t)kBlockMoveAlign - 1)), in MatchFinder_MoveBlock()[all …]
35 Byte *bufferBase; member
2905 MFB.bufferBase = (Byte *)src; in LzmaEnc_SetInputBuf()
582 for (BufferBase* bufferBase : scope.buffers) { in Execute()583 ToBackend(bufferBase)->EnsureDataInitialized(); in Execute()
689 for (BufferBase* bufferBase : scope.buffers) {690 ToBackend(bufferBase)->EnsureDataInitialized(commandContext);