Searched refs:xmlXPathNextAncestor (Results 1 – 4 of 4) sorted by relevance
586 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
655 ancestor = xmlXPathNextAncestor(parser, ancestor)) { in xsltNumberFormatGetMultipleLevel()
16442 #undef xmlXPathNextAncestor16443 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncesto…16445 #ifndef xmlXPathNextAncestor16446 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility…16447 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro
7953 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor() function8081 return(xmlXPathNextAncestor(ctxt, cur)); in xmlXPathNextAncestorOrSelf()12069 next = xmlXPathNextAncestor; in xmlXPathNodeCollectAndTest()