Lines Matching refs:bptr
2171 xmlChar *bptr, *uptr, *vptr;
2248 bptr = (xmlChar *)bas->path;
2250 for (ix = 0; bptr[ix] != 0; ix++) {
2251 if (bptr[ix] == '/')
2262 if ((*bptr == '.') && (bptr[1] == '/'))
2263 bptr += 2;
2264 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2265 bptr++;
2266 while ((bptr[pos] == ref->path[pos]) && (bptr[pos] != 0))
2269 if (bptr[pos] == ref->path[pos]) {
2297 if (bptr[pos] != ref->path[pos]) {/* check for trivial URI == base */
2298 for (; bptr[ix] != 0; ix++) {
2299 if (bptr[ix] == '/')