xmlXPathNextSelf 16586 third_party/libxml/src/elfgcchack.h #undef xmlXPathNextSelf
xmlXPathNextSelf 16587 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
xmlXPathNextSelf 16589 third_party/libxml/src/elfgcchack.h #ifndef xmlXPathNextSelf
xmlXPathNextSelf 16590 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
xmlXPathNextSelf 16591 third_party/libxml/src/elfgcchack.h #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
xmlXPathNextSelf  564 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextSelf(xmlXPathParserContextPtr ctxt,
xmlXPathNextSelf 48654 third_party/libxml/src/testapi.c         ret_val = xmlXPathNextSelf(ctxt, cur);
xmlXPathNextSelf 12076 third_party/libxml/src/xpath.c             next = xmlXPathNextSelf;