Home
last modified time | relevance | path

Searched refs:xmlXPathNextAttribute (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h582 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16466 #undef xmlXPathNextAttribute
16467 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttri…
16469 #ifndef xmlXPathNextAttribute
16470 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibili…
16471 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias macro
Dxpath.c8342 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAttribute() function
12078 next = xmlXPathNextAttribute; in xmlXPathNodeCollectAndTest()