Searched refs:xmlParseURIReference (Results 1 – 13 of 13) sorted by relevance
/third_party/libxml2/os400/libxmlrpg/ |
D | uri.rpgle | 62 d xmlParseURIReference... 63 d pr extproc('xmlParseURIReference')
|
/third_party/libxml2/include/libxml/ |
D | uri.h | 66 xmlParseURIReference (xmlURIPtr uri,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | uri.in.h | 95 xmlParseURIReference (xmlURIPtr uri,
|
D | uri.c | 991 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function 1018 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw() 1792 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape() 1933 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI() 1953 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI() 2215 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI() 2232 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()
|
D | elfgcchack.h | 7582 #undef xmlParseURIReference 7583 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReferenc… 7585 #ifndef xmlParseURIReference 7586 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility… 7587 #define xmlParseURIReference xmlParseURIReference__internal_alias macro
|
/third_party/libxml2/ |
D | testURI.c | 32 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | uri.c | 970 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function 997 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw() 1767 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape() 1914 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI() 1934 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI() 2196 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI() 2213 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()
|
D | libxml2.syms | 1212 xmlParseURIReference;
|
D | elfgcchack.h | 7561 #undef xmlParseURIReference 7562 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReferenc… 7564 #ifndef xmlParseURIReference 7565 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility… 7566 #define xmlParseURIReference xmlParseURIReference__internal_alias macro
|
D | runtest.c | 2735 ret = xmlParseURIReference(uri, str); in handleURI()
|
D | testapi.c | 24672 ret_val = xmlParseURIReference(uri, (const char *)str); in test_xmlParseURIReference()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1373 xmlParseURIReference
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 108546 -#undef xmlParseURIReference 108547 -extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReferen… 108549 -#ifndef xmlParseURIReference 108550 -extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibilit… 108551 -#define xmlParseURIReference xmlParseURIReference__internal_alias 129229 - ret = xmlParseURIReference(uri, str);
|