Searched refs:xmlXPathNextAncestor (Results 1 – 7 of 7) sorted by relevance
515 d xmlXPathNextAncestor...516 d pr extproc('xmlXPathNextAncestor')
588 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
322 xmlXPathNextAncestor;
16616 #undef xmlXPathNextAncestor16617 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncesto…16619 #ifndef xmlXPathNextAncestor16620 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility…16621 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro
8032 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor() function8160 return(xmlXPathNextAncestor(ctxt, cur)); in xmlXPathNextAncestorOrSelf()12171 next = xmlXPathNextAncestor; in xmlXPathNodeCollectAndTest()
48637 ret_val = xmlXPathNextAncestor(ctxt, cur); in test_xmlXPathNextAncestor()
2895 xmlXPathNextAncestor