Home | History | Annotate | Download | only in libxml2

Lines Matching full:base

1723     int indx = 0, base;
1803 base = 0;
1805 res = xmlNanoFTPParseList(&buf[base], callback, userData);
1806 base += res;
1809 memmove(&buf[0], &buf[base], indx - base);
1810 indx -= base;