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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DxpathInternals.h580 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt,
/external/libxml2/include/libxml/
H A DxpathInternals.h582 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt,
/external/chromium_org/third_party/libxml/src/
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.c8246 * xmlXPathNextNamespace:
8260 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12058 next = (xmlXPathTraversalFunction) xmlXPathNextNamespace;
H A Dtestapi.c[all...]
/external/libxml2/
H A Delfgcchack.h16712 #undef xmlXPathNextNamespace macro
16713 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
16715 #ifndef xmlXPathNextNamespace
16716 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
16717 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias macro
H A Dxpath.c8371 * xmlXPathNextNamespace:
8385 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12210 next = (xmlXPathTraversalFunction) xmlXPathNextNamespace;

Completed in 397 milliseconds