Searched defs:xmlXPathNextAncestorOrSelf (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c8139 * xmlXPathNextAncestorOrSelf:
8152 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12155 next = xmlXPathNextAncestorOrSelf;
H A Delfgcchack.h16628 #undef xmlXPathNextAncestorOrSelf macro
16629 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
16631 #ifndef xmlXPathNextAncestorOrSelf
16632 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
16633 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias macro

Completed in 87 milliseconds