xmlParseAttribute 6806 third_party/libxml/src/elfgcchack.h #undef xmlParseAttribute
xmlParseAttribute 6807 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
xmlParseAttribute 6809 third_party/libxml/src/elfgcchack.h #ifndef xmlParseAttribute
xmlParseAttribute 6810 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
xmlParseAttribute 6811 third_party/libxml/src/elfgcchack.h #define xmlParseAttribute xmlParseAttribute__internal_alias
xmlParseAttribute  430 third_party/libxml/src/include/libxml/parserInternals.h 			xmlParseAttribute	(xmlParserCtxtPtr ctxt,
xmlParseAttribute 8172 third_party/libxml/src/parser.c 	attname = xmlParseAttribute(ctxt, &attvalue);