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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h617 XMLPUBFUN void XMLCALL xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16974 #undef xmlXPathRoundFunction macro
16975 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
16977 #ifndef xmlXPathRoundFunction
16978 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
16979 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias macro
H A Dxpath.c9602 * xmlXPathRoundFunction:
9613 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { function
15158 xmlXPathRoundFunction);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11538 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathRoundFunction", &pyobj_ctxt, &nargs))
11542 xmlXPathRoundFunction(ctxt, nargs);

Completed in 267 milliseconds