xmlXPathNextAttribute 16466 third_party/libxml/src/elfgcchack.h #undef xmlXPathNextAttribute
xmlXPathNextAttribute 16467 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
xmlXPathNextAttribute 16469 third_party/libxml/src/elfgcchack.h #ifndef xmlXPathNextAttribute
xmlXPathNextAttribute 16470 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
xmlXPathNextAttribute 16471 third_party/libxml/src/elfgcchack.h #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
xmlXPathNextAttribute  582 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt,
xmlXPathNextAttribute 48244 third_party/libxml/src/testapi.c         ret_val = xmlXPathNextAttribute(ctxt, cur);
xmlXPathNextAttribute 12016 third_party/libxml/src/xpath.c             next = xmlXPathNextAttribute;