Home
last modified time | relevance | path

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

/external/libxml2/
Duri.c2168 int nbslash = 0; in xmlBuildRelativeURI() local
2277 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()