Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Duri.h66 xmlParseURIReference (xmlURIPtr uri,
/external/chromium_org/third_party/libxml/src/include/libxml/
Duri.h66 xmlParseURIReference (xmlURIPtr uri,
/external/chromium_org/third_party/libxml/src/
DtestURI.c31 ret = xmlParseURIReference(uri, str); in handleURI()
Duri.c928 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function
955 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw()
1840 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape()
1981 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI()
2001 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI()
2263 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI()
2280 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()
Delfgcchack.h7425 #undef xmlParseURIReference
7426 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReferenc…
7428 #ifndef xmlParseURIReference
7429 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility…
7430 #define xmlParseURIReference xmlParseURIReference__internal_alias macro
Druntest.c2575 ret = xmlParseURIReference(uri, str); in handleURI()
Dtestapi.c24360 ret_val = xmlParseURIReference(uri, (const char *)str); in test_xmlParseURIReference()
/external/libxml2/
Duri.c959 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function
986 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw()
1760 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape()
1901 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI()
1921 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI()
2182 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI()
2199 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()
Delfgcchack.h7551 #undef xmlParseURIReference
7552 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReferenc…
7554 #ifndef xmlParseURIReference
7555 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility…
7556 #define xmlParseURIReference xmlParseURIReference__internal_alias macro
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1360 xmlParseURIReference