Home
last modified time | relevance | path

Searched refs:xmlXPathNextAncestor (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h586 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
/external/libxslt/libxslt/
Dnumbers.c655 ancestor = xmlXPathNextAncestor(parser, ancestor)) { in xsltNumberFormatGetMultipleLevel()
/external/libxml2/
Delfgcchack.h16442 #undef xmlXPathNextAncestor
16443 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncesto…
16445 #ifndef xmlXPathNextAncestor
16446 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility…
16447 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro
Dxpath.c7953 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor() function
8081 return(xmlXPathNextAncestor(ctxt, cur)); in xmlXPathNextAncestorOrSelf()
12069 next = xmlXPathNextAncestor; in xmlXPathNodeCollectAndTest()