xmlXPathNextDescendant 16490 third_party/libxml/src/elfgcchack.h #undef xmlXPathNextDescendant
xmlXPathNextDescendant 16491 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
xmlXPathNextDescendant 16493 third_party/libxml/src/elfgcchack.h #ifndef xmlXPathNextDescendant
xmlXPathNextDescendant 16494 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
xmlXPathNextDescendant 16495 third_party/libxml/src/elfgcchack.h #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
xmlXPathNextDescendant  568 third_party/libxml/src/include/libxml/xpathInternals.h XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
xmlXPathNextDescendant 48326 third_party/libxml/src/testapi.c         ret_val = xmlXPathNextDescendant(ctxt, cur);
xmlXPathNextDescendant 7821 third_party/libxml/src/xpath.c     return(xmlXPathNextDescendant(ctxt, cur));
xmlXPathNextDescendant 12041 third_party/libxml/src/xpath.c             next = xmlXPathNextDescendant;