Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathNextAncestor

8018  * xmlXPathNextAncestor:
8032 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) {
8160 return(xmlXPathNextAncestor(ctxt, cur));
12171 next = xmlXPathNextAncestor;