Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h564 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextSelf(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16586 #undef xmlXPathNextSelf
16587 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_…
16589 #ifndef xmlXPathNextSelf
16590 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden…
16591 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias macro
Dxpath.c7571 xmlXPathNextSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextSelf() function
12138 next = xmlXPathNextSelf; in xmlXPathNodeCollectAndTest()