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

/external/libxml2/
H A Dxpath.c7917 * xmlXPathNextDescendantOrSelf:
7930 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12182 next = xmlXPathNextDescendantOrSelf;
H A Delfgcchack.h16676 #undef xmlXPathNextDescendantOrSelf macro
16677 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16679 #ifndef xmlXPathNextDescendantOrSelf
16680 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
16681 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro

Completed in 140 milliseconds