Searched refs:bufBase (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c245 Byte *bufBase; member in struct:_CRangeEnc
505 p->bufBase = 0;
508 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
513 if (p->bufBase == 0)
515 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
516 if (p->bufBase == 0)
518 p->bufLim = p->bufBase + RC_BUF_SIZE;
525 alloc->Free(alloc, p->bufBase);
526 p->bufBase = 0;
537 p->buf = p->bufBase;
[all...]

Completed in 23 milliseconds