Searched refs:xmlParseURIReference (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/os400/libxmlrpg/ |
D | uri.rpgle | 62 d xmlParseURIReference... 63 d pr extproc('xmlParseURIReference')
|
/external/libxml2/include/libxml/ |
D | uri.h | 66 xmlParseURIReference (xmlURIPtr uri,
|
/external/libxml2/ |
D | uri.c | 962 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function 989 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw() 1763 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape() 1904 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI() 1924 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI() 2186 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI() 2203 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()
|
D | testURI.c | 32 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | libxml2.syms | 1212 xmlParseURIReference;
|
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
|
D | runtest.c | 2655 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | testapi.c | 24697 ret_val = xmlParseURIReference(uri, (const char *)str); in test_xmlParseURIReference()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1372 xmlParseURIReference
|