Searched refs:xmlParseURIReference (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/include/libxml/ |
D | uri.h | 66 xmlParseURIReference (xmlURIPtr uri,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | uri.h | 66 xmlParseURIReference (xmlURIPtr uri,
|
/external/chromium_org/third_party/libxml/src/ |
D | testURI.c | 31 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | uri.c | 928 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()
|
D | elfgcchack.h | 7425 #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
|
D | runtest.c | 2575 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | testapi.c | 24360 ret_val = xmlParseURIReference(uri, (const char *)str); in test_xmlParseURIReference()
|
/external/libxml2/ |
D | uri.c | 959 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()
|
D | elfgcchack.h | 7551 #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/ |
D | libxml2.def.src | 1360 xmlParseURIReference
|