Home
last modified time | relevance | path

Searched refs:nbslash (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Duri.c2169 int nbslash = 0; in xmlBuildRelativeURI() local
2254 nbslash++; in xmlBuildRelativeURI()
2305 nbslash++; in xmlBuildRelativeURI()
2311 if (nbslash == 0) { in xmlBuildRelativeURI()
2323 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2332 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()