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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ded.c34 char *bufBase; member in struct:globals
43 #define bufBase (G.bufBase ) macro
97 bufBase = xmalloc(bufSize);
98 bufPtr = bufBase;
678 bufPtr = bufBase;
704 if (bufPtr != bufBase) {
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
711 cp = xrealloc(bufBase, le
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ded.c34 char *bufBase; member in struct:globals
43 #define bufBase (G.bufBase ) macro
97 bufBase = xmalloc(bufSize);
98 bufPtr = bufBase;
678 bufPtr = bufBase;
704 if (bufPtr != bufBase) {
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
711 cp = xrealloc(bufBase, le
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ded.c34 char *bufBase; member in struct:globals
43 #define bufBase (G.bufBase ) macro
97 bufBase = xmalloc(bufSize);
98 bufPtr = bufBase;
678 bufPtr = bufBase;
704 if (bufPtr != bufBase) {
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
711 cp = xrealloc(bufBase, le
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c231 Byte *bufBase; member in struct:_CRangeEnc
482 p->bufBase = 0;
485 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
490 if (p->bufBase == 0)
492 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
493 if (p->bufBase == 0)
495 p->bufLim = p->bufBase + RC_BUF_SIZE;
502 alloc->Free(alloc, p->bufBase);
503 p->bufBase = 0;
514 p->buf = p->bufBase;
[all...]

Completed in 124 milliseconds