xmlTextReaderMoveToFirstAttribute 11478 third_party/libxml/src/elfgcchack.h #undef xmlTextReaderMoveToFirstAttribute
xmlTextReaderMoveToFirstAttribute 11479 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
xmlTextReaderMoveToFirstAttribute 11481 third_party/libxml/src/elfgcchack.h #ifndef xmlTextReaderMoveToFirstAttribute
xmlTextReaderMoveToFirstAttribute 11482 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
xmlTextReaderMoveToFirstAttribute 11483 third_party/libxml/src/elfgcchack.h #define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
xmlTextReaderMoveToFirstAttribute  236 third_party/libxml/src/include/libxml/xmlreader.h 		    xmlTextReaderMoveToFirstAttribute(xmlTextReaderPtr reader);
xmlTextReaderMoveToFirstAttribute 31738 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderMoveToFirstAttribute(reader);
xmlTextReaderMoveToFirstAttribute 2790 third_party/libxml/src/xmlreader.c 	return(xmlTextReaderMoveToFirstAttribute(reader));
xmlTextReaderMoveToFirstAttribute 27023 third_party/libxml/src/xmlschemas.c 	    ret = xmlTextReaderMoveToFirstAttribute(vctxt->reader);