Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h617 XMLPUBFUN void XMLCALL xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h17090 #undef xmlXPathRoundFunction
17091 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunc…
17093 #ifndef xmlXPathRoundFunction
17094 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibili…
17095 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias macro
Dxpath.c9639 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathRoundFunction() function
15201 xmlXPathRoundFunction); in xmlXPathRegisterAllFunctions()