Home
last modified time | relevance | path

Searched refs:xmlXPathNextAncestorOrSelf (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h574 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16454 #undef xmlXPathNextAncestorOrSelf
16455 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPat…
16457 #ifndef xmlXPathNextAncestorOrSelf
16458 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute…
16459 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias macro
Dxpath.c8077 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf() function
12073 next = xmlXPathNextAncestorOrSelf; in xmlXPathNodeCollectAndTest()