Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ix

2243     int ix;
2328 for (ix = 0; bptr[ix] != 0; ix++) {
2329 if (bptr[ix] == '/')
2356 ix = pos;
2357 if ((ref->path[ix] == '/') && (ix > 0))
2358 ix--;
2359 else if ((ref->path[ix] == 0) && (ix > 1) && (ref->path[ix - 1] == '/'))
2360 ix -= 2;
2361 for (; ix > 0; ix--) {
2362 if (ref->path[ix] == '/')
2365 if (ix == 0) {
2368 ix++;
2369 uptr = (xmlChar *)&ref->path[ix];
2376 for (; bptr[ix] != 0; ix++) {
2377 if (bptr[ix] == '/')