Home | History | Annotate | Download | only in libxml2

Lines Matching defs:base

1724     int indx = 0, base;
1804 base = 0;
1806 res = xmlNanoFTPParseList(&buf[base], callback, userData);
1807 base += res;
1810 memmove(&buf[0], &buf[base], indx - base);
1811 indx -= base;