Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle480 d xmlXPathNextDescendant...
481 d pr extproc('xmlXPathNextDescendant')
/external/libxml2/include/libxml/
DxpathInternals.h570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Dlibxml2.syms326 xmlXPathNextDescendant;
Delfgcchack.h16664 #undef xmlXPathNextDescendant
16665 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDes…
16667 #ifndef xmlXPathNextDescendant
16668 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibi…
16669 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro
Dxpath.c7865 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant() function
7941 return(xmlXPathNextDescendant(ctxt, cur)); in xmlXPathNextDescendantOrSelf()
12178 next = xmlXPathNextDescendant; in xmlXPathNodeCollectAndTest()
Dtestapi.c49014 ret_val = xmlXPathNextDescendant(ctxt, cur); in test_xmlXPathNextDescendant()
/external/libxml2/win32/
Dlibxml2.def.src2907 xmlXPathNextDescendant