Searched refs:xmlXPathNextNamespace (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DxpathInternals.h580 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt,
/external/libxml2/
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
H A Dxpath.c8291 * xmlXPathNextNamespace:
8305 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12120 next = (xmlXPathTraversalFunction) xmlXPathNextNamespace;

Completed in 76 milliseconds