Home
last modified time | relevance | path

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

/third_party/libxml2/
Duri.c2178 int nbslash = 0; in xmlBuildRelativeURI() local
2287 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()
/third_party/gettext/gnulib-local/lib/libxml/
Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 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()