Searched refs:nbslash (Results 1 – 1 of 1) sorted by relevance
2168 int nbslash = 0; in xmlBuildRelativeURI() local2277 nbslash++; in xmlBuildRelativeURI()2283 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()2291 if (nbslash == 0) { in xmlBuildRelativeURI()2303 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()2312 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()