Home
last modified time | relevance | path

Searched refs:xmlXPathFloorFunction (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h615 XMLPUBFUN void XMLCALL xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16046 #undef xmlXPathFloorFunction
16047 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunc…
16049 #ifndef xmlXPathFloorFunction
16050 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibili…
16051 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias macro
Dxpath.c9575 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFloorFunction() function
15181 xmlXPathFloorFunction); in xmlXPathRegisterAllFunctions()