Searched refs:xmlXPathNextDescendantOrSelf (Results 1 – 7 of 7) sorted by relevance
465 d xmlXPathNextDescendantOrSelf...467 d 'xmlXPathNextDescendantOrSelf')
572 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
327 xmlXPathNextDescendantOrSelf;
16676 #undef xmlXPathNextDescendantOrSelf16677 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xml…16679 #ifndef xmlXPathNextDescendantOrSelf16680 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attri…16681 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro
7934 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf() function12202 next = xmlXPathNextDescendantOrSelf; in xmlXPathNodeCollectAndTest()
48842 ret_val = xmlXPathNextDescendantOrSelf(ctxt, cur); in test_xmlXPathNextDescendantOrSelf()
2910 xmlXPathNextDescendantOrSelf