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

/external/libxml2/
H A Dxpath.c8218 * xmlXPathNextFollowing:
8231 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12211 next = xmlXPathNextFollowing;
H A Delfgcchack.h16688 #undef xmlXPathNextFollowing macro
16689 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
16691 #ifndef xmlXPathNextFollowing
16692 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
16693 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias macro

Completed in 142 milliseconds