Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h568 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16490 #undef xmlXPathNextDescendant
16491 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDes…
16493 #ifndef xmlXPathNextDescendant
16494 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibi…
16495 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro
Dxpath.c7792 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant() function
7866 return(xmlXPathNextDescendant(ctxt, cur)); in xmlXPathNextDescendantOrSelf()
12103 next = xmlXPathNextDescendant; in xmlXPathNodeCollectAndTest()