xmlGetFeature    3934 third_party/libxml/src/elfgcchack.h #undef xmlGetFeature
xmlGetFeature    3935 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias")));
xmlGetFeature    3937 third_party/libxml/src/elfgcchack.h #ifndef xmlGetFeature
xmlGetFeature    3938 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden")));
xmlGetFeature    3939 third_party/libxml/src/elfgcchack.h #define xmlGetFeature xmlGetFeature__internal_alias
xmlGetFeature     998 third_party/libxml/src/include/libxml/parser.h 		xmlGetFeature		(xmlParserCtxtPtr ctxt,
xmlGetFeature    13109 third_party/libxml/src/testapi.c         ret_val = xmlGetFeature(ctxt, (const char *)name, result);