Searched refs:nbslash (Results 1 – 2 of 2) sorted by relevance
2178 int nbslash = 0; in xmlBuildRelativeURI() local2287 nbslash++; in xmlBuildRelativeURI()2293 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()2301 if (nbslash == 0) { in xmlBuildRelativeURI()2313 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()2322 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
2197 int nbslash = 0; in xmlBuildRelativeURI() local2306 nbslash++; in xmlBuildRelativeURI()2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()2320 if (nbslash == 0) { in xmlBuildRelativeURI()2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()