Home
last modified time | relevance | path

Searched refs:xmlHasFeature (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dxmllint.c2930 if (xmlHasFeature(XML_WITH_THREAD)) fprintf(stderr, "Threads "); in showVersion()
2931 if (xmlHasFeature(XML_WITH_TREE)) fprintf(stderr, "Tree "); in showVersion()
2932 if (xmlHasFeature(XML_WITH_OUTPUT)) fprintf(stderr, "Output "); in showVersion()
2933 if (xmlHasFeature(XML_WITH_PUSH)) fprintf(stderr, "Push "); in showVersion()
2934 if (xmlHasFeature(XML_WITH_READER)) fprintf(stderr, "Reader "); in showVersion()
2935 if (xmlHasFeature(XML_WITH_PATTERN)) fprintf(stderr, "Patterns "); in showVersion()
2936 if (xmlHasFeature(XML_WITH_WRITER)) fprintf(stderr, "Writer "); in showVersion()
2937 if (xmlHasFeature(XML_WITH_SAX1)) fprintf(stderr, "SAXv1 "); in showVersion()
2938 if (xmlHasFeature(XML_WITH_FTP)) fprintf(stderr, "FTP "); in showVersion()
2939 if (xmlHasFeature(XML_WITH_HTTP)) fprintf(stderr, "HTTP "); in showVersion()
[all …]
Delfgcchack.h4133 #undef xmlHasFeature
4134 extern __typeof (xmlHasFeature) xmlHasFeature __attribute((alias("xmlHasFeature__internal_alias")));
4136 #ifndef xmlHasFeature
4137 extern __typeof (xmlHasFeature) xmlHasFeature__internal_alias __attribute((visibility("hidden")));
4138 #define xmlHasFeature xmlHasFeature__internal_alias macro
Dparser.c772 xmlHasFeature(xmlFeature feature) in xmlHasFeature() function
/external/chromium_org/third_party/libxml/src/
Dxmllint.c2916 if (xmlHasFeature(XML_WITH_THREAD)) fprintf(stderr, "Threads "); in showVersion()
2917 if (xmlHasFeature(XML_WITH_TREE)) fprintf(stderr, "Tree "); in showVersion()
2918 if (xmlHasFeature(XML_WITH_OUTPUT)) fprintf(stderr, "Output "); in showVersion()
2919 if (xmlHasFeature(XML_WITH_PUSH)) fprintf(stderr, "Push "); in showVersion()
2920 if (xmlHasFeature(XML_WITH_READER)) fprintf(stderr, "Reader "); in showVersion()
2921 if (xmlHasFeature(XML_WITH_PATTERN)) fprintf(stderr, "Patterns "); in showVersion()
2922 if (xmlHasFeature(XML_WITH_WRITER)) fprintf(stderr, "Writer "); in showVersion()
2923 if (xmlHasFeature(XML_WITH_SAX1)) fprintf(stderr, "SAXv1 "); in showVersion()
2924 if (xmlHasFeature(XML_WITH_FTP)) fprintf(stderr, "FTP "); in showVersion()
2925 if (xmlHasFeature(XML_WITH_HTTP)) fprintf(stderr, "HTTP "); in showVersion()
[all …]
Delfgcchack.h4133 #undef xmlHasFeature
4134 extern __typeof (xmlHasFeature) xmlHasFeature __attribute((alias("xmlHasFeature__internal_alias")));
4136 #ifndef xmlHasFeature
4137 extern __typeof (xmlHasFeature) xmlHasFeature__internal_alias __attribute((visibility("hidden")));
4138 #define xmlHasFeature xmlHasFeature__internal_alias macro
Dparser.c768 xmlHasFeature(xmlFeature feature) in xmlHasFeature() function
Dtestapi.c13199 ret_val = xmlHasFeature(feature); in test_xmlHasFeature()
DChangeLog3124 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h1230 xmlHasFeature (xmlFeature feature);
/external/libxml2/include/libxml/
Dparser.h1232 xmlHasFeature (xmlFeature feature);
/external/chromium_org/third_party/libxml/patches/
Dicu441 @@ -954,6 +954,12 @@ xmlHasFeature(xmlFeature feature)
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch514 @@ -937,6 +937,12 @@ xmlHasFeature(xmlFeature feature)
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src930 xmlHasFeature