Searched refs:xmlXPathNextDescendant (Results 1 – 3 of 3) sorted by relevance
568 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
16490 #undef xmlXPathNextDescendant16491 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDes…16493 #ifndef xmlXPathNextDescendant16494 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibi…16495 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro
7792 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant() function7866 return(xmlXPathNextDescendant(ctxt, cur)); in xmlXPathNextDescendantOrSelf()12103 next = xmlXPathNextDescendant; in xmlXPathNodeCollectAndTest()