Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h593 XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16250 #undef xmlXPathLastFunction
16251 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunctio…
16253 #ifndef xmlXPathLastFunction
16254 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility…
16255 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias macro
Dxpath.c8404 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLastFunction() function
15183 xmlXPathLastFunction); in xmlXPathRegisterAllFunctions()