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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c228 Byte *bufBase; member in struct:_CRangeEnc
479 p->bufBase = 0;
482 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
487 if (p->bufBase == 0)
489 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
490 if (p->bufBase == 0)
492 p->bufLim = p->bufBase + RC_BUF_SIZE;
499 alloc->Free(alloc, p->bufBase, 0);
500 p->bufBase = 0;
511 p->buf = p->bufBase;
[all...]

Completed in 47 milliseconds