Home
last modified time | relevance | path

Searched refs:xmlXPathNextAncestor (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle536 d xmlXPathNextAncestor...
537 d pr extproc('xmlXPathNextAncestor')
/external/libxml2/include/libxml/
DxpathInternals.h588 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Dlibxml2.syms322 xmlXPathNextAncestor;
Delfgcchack.h16616 #undef xmlXPathNextAncestor
16617 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncesto…
16619 #ifndef xmlXPathNextAncestor
16620 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility…
16621 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro
Dxpath.c8028 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor() function
8156 return(xmlXPathNextAncestor(ctxt, cur)); in xmlXPathNextAncestorOrSelf()
12151 next = xmlXPathNextAncestor; in xmlXPathNodeCollectAndTest()
Dtestapi.c48850 ret_val = xmlXPathNextAncestor(ctxt, cur); in test_xmlXPathNextAncestor()
/external/libxml2/win32/
Dlibxml2.def.src2895 xmlXPathNextAncestor