Searched refs:xmlXPathNextDescendant (Results 1 – 7 of 7) sorted by relevance
480 d xmlXPathNextDescendant...481 d pr extproc('xmlXPathNextDescendant')
570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
326 xmlXPathNextDescendant;
16664 #undef xmlXPathNextDescendant16665 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDes…16667 #ifndef xmlXPathNextDescendant16668 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibi…16669 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro
7863 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant() function7939 return(xmlXPathNextDescendant(ctxt, cur)); in xmlXPathNextDescendantOrSelf()12180 next = xmlXPathNextDescendant; in xmlXPathNodeCollectAndTest()
49014 ret_val = xmlXPathNextDescendant(ctxt, cur); in test_xmlXPathNextDescendant()
2907 xmlXPathNextDescendant