Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16502 #undef xmlXPathNextDescendantOrSelf
16503 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xml…
16505 #ifndef xmlXPathNextDescendantOrSelf
16506 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attri…
16507 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro
Dxpath.c7855 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf() function
12107 next = xmlXPathNextDescendantOrSelf; in xmlXPathNodeCollectAndTest()