Searched refs:xmlXPathNextDescendantOrSelf (Results 1 – 3 of 3) sorted by relevance
570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
16502 #undef xmlXPathNextDescendantOrSelf16503 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xml…16505 #ifndef xmlXPathNextDescendantOrSelf16506 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attri…16507 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro
7855 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf() function12107 next = xmlXPathNextDescendantOrSelf; in xmlXPathNodeCollectAndTest()