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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxpathInternals.h570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h16318 #undef xmlXPathNextDescendantOrSelf macro
16319 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16321 #ifndef xmlXPathNextDescendantOrSelf
16322 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
16323 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro
H A Dxpath.c7507 * xmlXPathNextDescendantOrSelf:
7520 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
11217 next = xmlXPathNextDescendantOrSelf;
11768 next = xmlXPathNextDescendantOrSelf;

Completed in 98 milliseconds