Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h578 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16514 #undef xmlXPathNextFollowing
16515 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollo…
16517 #ifndef xmlXPathNextFollowing
16518 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibili…
16519 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias macro
Dxpath.c8152 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowing() function
12111 next = xmlXPathNextFollowing; in xmlXPathNodeCollectAndTest()