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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ded.c31 int bufUsed; member in struct:globals
48 #define bufUsed (G.bufUsed ) macro
679 bufUsed = 0;
688 cp = memchr(bufPtr, '\n', bufUsed);
697 bufUsed -= len;
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
709 if (bufUsed >= bufSize) {
713 bufPtr = bufBase + bufUsed;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ded.c31 int bufUsed; member in struct:globals
48 #define bufUsed (G.bufUsed ) macro
679 bufUsed = 0;
688 cp = memchr(bufPtr, '\n', bufUsed);
697 bufUsed -= len;
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
709 if (bufUsed >= bufSize) {
713 bufPtr = bufBase + bufUsed;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ded.c31 int bufUsed; member in struct:globals
48 #define bufUsed (G.bufUsed ) macro
679 bufUsed = 0;
688 cp = memchr(bufPtr, '\n', bufUsed);
697 bufUsed -= len;
705 memcpy(bufBase, bufPtr, bufUsed);
706 bufPtr = bufBase + bufUsed;
709 if (bufUsed >= bufSize) {
713 bufPtr = bufBase + bufUsed;
[all...]

Completed in 60 milliseconds