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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h582 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16350 #undef xmlXPathNextAttribute macro
16351 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
16353 #ifndef xmlXPathNextAttribute
16354 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
16355 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias macro
H A Dxpath.c8313 * xmlXPathNextAttribute:
8323 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
12038 next = xmlXPathNextAttribute;
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c3204 if (!PyArg_ParseTuple(args, (char *)"OO:xmlXPathNextAttribute", &pyobj_ctxt, &pyobj_cur))
3209 c_retval = xmlXPathNextAttribute(ctxt, cur);

Completed in 726 milliseconds