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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h556 XMLPUBFUN void XMLCALL xmlXPathDivValues(xmlXPathParserContextPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h15822 #undef xmlXPathDivValues macro
15823 extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
15825 #ifndef xmlXPathDivValues
15826 extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
15827 #define xmlXPathDivValues xmlXPathDivValues__internal_alias macro
H A Dxpath.c7441 * xmlXPathDivValues:
7449 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { function
13282 xmlXPathDivValues(ctxt);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5487 if (!PyArg_ParseTuple(args, (char *)"O:xmlXPathDivValues", &pyobj_ctxt))
5491 xmlXPathDivValues(ctxt);

Completed in 424 milliseconds