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

/external/libxml2/
H A Dxpath.c7858 * xmlXPathNextDescendant:
7869 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
7945 return(xmlXPathNextDescendant(ctxt, cur));
12203 next = xmlXPathNextDescendant;
H A Delfgcchack.h16664 #undef xmlXPathNextDescendant macro
16665 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
16667 #ifndef xmlXPathNextDescendant
16668 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
16669 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro

Completed in 148 milliseconds