xmlSetFeature    10310 third_party/libxml/src/elfgcchack.h #undef xmlSetFeature
xmlSetFeature    10311 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
xmlSetFeature    10313 third_party/libxml/src/elfgcchack.h #ifndef xmlSetFeature
xmlSetFeature    10314 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
xmlSetFeature    10315 third_party/libxml/src/elfgcchack.h #define xmlSetFeature xmlSetFeature__internal_alias
xmlSetFeature    1002 third_party/libxml/src/include/libxml/parser.h 		xmlSetFeature		(xmlParserCtxtPtr ctxt,
xmlSetFeature    15253 third_party/libxml/src/testapi.c         ret_val = xmlSetFeature(ctxt, (const char *)name, value);