Searched refs:xmlXPathNextAncestorOrSelf (Results 1 – 3 of 3) sorted by relevance
574 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt,
16454 #undef xmlXPathNextAncestorOrSelf16455 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPat…16457 #ifndef xmlXPathNextAncestorOrSelf16458 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute…16459 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias macro
8077 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf() function12073 next = xmlXPathNextAncestorOrSelf; in xmlXPathNodeCollectAndTest()