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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h615 XMLPUBFUN void XMLCALL xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h15930 #undef xmlXPathFloorFunction macro
15931 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
15933 #ifndef xmlXPathFloorFunction
15934 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
15935 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias macro
H A Dxpath.c9539 * xmlXPathFloorFunction:
9549 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { function
15138 xmlXPathFloorFunction);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5879 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathFloorFunction", &pyobj_ctxt, &nargs))
5883 xmlXPathFloorFunction(ctxt, nargs);

Completed in 653 milliseconds