Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h572 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextParent(xmlXPathParserContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16550 #undef xmlXPathNextParent
16551 extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__int…
16553 #ifndef xmlXPathNextParent
16554 extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hi…
16555 #define xmlXPathNextParent xmlXPathNextParent__internal_alias macro
Dxpath.c7880 xmlXPathNextParent(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextParent() function
12125 next = xmlXPathNextParent; in xmlXPathNodeCollectAndTest()