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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16386 #undef xmlXPathNextDescendantOrSelf macro
16387 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16389 #ifndef xmlXPathNextDescendantOrSelf
16390 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
16391 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias macro
H A Dxpath.c7823 * xmlXPathNextDescendantOrSelf:
7836 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12067 next = xmlXPathNextDescendantOrSelf;
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c7323 if (!PyArg_ParseTuple(args, (char *)"OO:xmlXPathNextDescendantOrSelf", &pyobj_ctxt, &pyobj_cur))
7328 c_retval = xmlXPathNextDescendantOrSelf(ctxt, cur);

Completed in 311 milliseconds