Home
last modified time | relevance | path

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

/third_party/libxml2/
Dlegacy.c145 xmlGetFeaturesList(int *len, const char **result) in xmlGetFeaturesList() function
Dlibxml2.syms731 xmlGetFeaturesList;
Delfgcchack.h4038 #undef xmlGetFeaturesList
4039 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__int…
4041 #ifndef xmlGetFeaturesList
4042 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hi…
4043 #define xmlGetFeaturesList xmlGetFeaturesList__internal_alias macro
Dtestapi.c13238 ret_val = xmlGetFeaturesList(len, (const char **)result); in test_xmlGetFeaturesList()
/third_party/libxml2/include/libxml/
Dparser.h1000 xmlGetFeaturesList (int *len,
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1102 d xmlGetFeaturesList...
1103 d pr extproc('xmlGetFeaturesList')
/third_party/libxml2/win32/
Dlibxml2.def.src921 xmlGetFeaturesList
/third_party/chromium/patch/
D0001-cve.patch92959 - * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
105023 -#undef xmlGetFeaturesList
105024 -extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__in…
105026 -#ifndef xmlGetFeaturesList
105027 -extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("h…
105028 -#define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
120455 - "xmlGetFeaturesList": "LIBXML_LEGACY_ENABLED",
120473 +"xmlSetFeature", "xmlGetFeature", "xmlGetFeaturesList",
122079 xmlGetFeaturesList (int *len,
130867 - ret_val = xmlGetFeaturesList(len, (const char **)result);
[all …]