Searched refs:nbslash (Results 1 – 2 of 2) sorted by relevance
2245 int nbslash = 0; in xmlBuildRelativeURI() local2330 nbslash++; in xmlBuildRelativeURI()2378 nbslash++; in xmlBuildRelativeURI()2384 if (nbslash == 0) { in xmlBuildRelativeURI()2396 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()2406 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
2164 int nbslash = 0; in xmlBuildRelativeURI() local2249 nbslash++; in xmlBuildRelativeURI()2297 nbslash++; in xmlBuildRelativeURI()2303 if (nbslash == 0) { in xmlBuildRelativeURI()2315 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()2324 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()