Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Duri.c2245 int nbslash = 0; in xmlBuildRelativeURI() local
2330 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()
/external/libxml2/
Duri.c2164 int nbslash = 0; in xmlBuildRelativeURI() local
2249 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()