Home
last modified time | relevance | path

Searched refs:xmlGetFeature (Results 1 – 8 of 8) sorted by relevance

/third_party/libxml2/
Dlegacy.c172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) in xmlGetFeature() function
Dlibxml2.syms730 xmlGetFeature;
Delfgcchack.h4026 #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
Dtestapi.c13185 ret_val = xmlGetFeature(ctxt, (const char *)name, result); in test_xmlGetFeature()
/third_party/libxml2/include/libxml/
Dparser.h1003 xmlGetFeature (xmlParserCtxtPtr ctxt,
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1108 d xmlGetFeature pr extproc('xmlGetFeature')
/third_party/libxml2/win32/
Dlibxml2.def.src920 xmlGetFeature
/third_party/chromium/patch/
D0001-cve.patch92959 - * 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 …]