xmlXPathNextAncestor 16442 third_party/libxml/src/elfgcchack.h #undef xmlXPathNextAncestor
xmlXPathNextAncestor 16443 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
xmlXPathNextAncestor 16445 third_party/libxml/src/elfgcchack.h #ifndef xmlXPathNextAncestor
xmlXPathNextAncestor 16446 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
xmlXPathNextAncestor 16447 third_party/libxml/src/elfgcchack.h #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
xmlXPathNextAncestor  586 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
xmlXPathNextAncestor 48162 third_party/libxml/src/testapi.c         ret_val = xmlXPathNextAncestor(ctxt, cur);
xmlXPathNextAncestor 8036 third_party/libxml/src/xpath.c     return(xmlXPathNextAncestor(ctxt, cur));
xmlXPathNextAncestor 12007 third_party/libxml/src/xpath.c             next = xmlXPathNextAncestor;
xmlXPathNextAncestor  655 third_party/libxslt/libxslt/numbers.c 	     ancestor = xmlXPathNextAncestor(parser, ancestor)) {