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

/external/libxml2/
H A Dxpath.c8291 * xmlXPathNextNamespace:
8305 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12120 next = (xmlXPathTraversalFunction) xmlXPathNextNamespace;
H A Delfgcchack.h16538 #undef xmlXPathNextNamespace macro
16539 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
16541 #ifndef xmlXPathNextNamespace
16542 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
16543 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias macro

Completed in 67 milliseconds