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

/external/libxml2/
H A Dxpath.c8417 * xmlXPathNextAttribute:
8427 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12185 next = xmlXPathNextAttribute;
H A Delfgcchack.h16640 #undef xmlXPathNextAttribute macro
16641 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
16643 #ifndef xmlXPathNextAttribute
16644 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
16645 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias macro

Completed in 87 milliseconds