Searched refs:xmlGetFeature (Results 1 – 8 of 8) sorted by relevance
| /third_party/libxml2/ |
| D | legacy.c | 172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) in xmlGetFeature() function
|
| D | libxml2.syms | 730 xmlGetFeature;
|
| D | elfgcchack.h | 4026 #undef xmlGetFeature 4027 extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias"))); 4029 #ifndef xmlGetFeature 4030 extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden"))); 4031 #define xmlGetFeature xmlGetFeature__internal_alias macro
|
| D | testapi.c | 13185 ret_val = xmlGetFeature(ctxt, (const char *)name, result); in test_xmlGetFeature()
|
| /third_party/libxml2/include/libxml/ |
| D | parser.h | 1003 xmlGetFeature (xmlParserCtxtPtr ctxt,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | parser.rpgle | 1108 d xmlGetFeature pr extproc('xmlGetFeature')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 920 xmlGetFeature
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 92959 - * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() 105011 -#undef xmlGetFeature 105012 -extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias"))… 105014 -#ifndef xmlGetFeature 105015 -extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden"))); 105016 -#define xmlGetFeature xmlGetFeature__internal_alias 120454 - "xmlGetFeature": "LIBXML_LEGACY_ENABLED", 120473 +"xmlSetFeature", "xmlGetFeature", "xmlGetFeaturesList", 122083 xmlGetFeature (xmlParserCtxtPtr ctxt, 130814 - ret_val = xmlGetFeature(ctxt, (const char *)name, result); [all …]
|