Searched refs:xmlXPathNextDescendantOrSelf (Results 1 – 7 of 7) sorted by relevance
486 d xmlXPathNextDescendantOrSelf...488 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
7928 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf() function12184 next = xmlXPathNextDescendantOrSelf; in xmlXPathNodeCollectAndTest()
49055 ret_val = xmlXPathNextDescendantOrSelf(ctxt, cur); in test_xmlXPathNextDescendantOrSelf()
2910 xmlXPathNextDescendantOrSelf