Home | History | Annotate | Download | only in libxml2

Lines Matching defs:ix

2227     int ix;
2312 for (ix = 0; bptr[ix] != 0; ix++) {
2313 if (bptr[ix] == '/')
2340 ix = pos;
2341 if ((ref->path[ix] == '/') && (ix > 0))
2342 ix--;
2343 else if ((ref->path[ix] == 0) && (ix > 1) && (ref->path[ix - 1] == '/'))
2344 ix -= 2;
2345 for (; ix > 0; ix--) {
2346 if (ref->path[ix] == '/')
2349 if (ix == 0) {
2352 ix++;
2353 uptr = (xmlChar *)&ref->path[ix];
2360 for (; bptr[ix] != 0; ix++) {
2361 if (bptr[ix] == '/')