Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h612 XMLPUBFUN void XMLCALL xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16238 #undef xmlXPathLangFunction
16239 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunctio…
16241 #ifndef xmlXPathLangFunction
16242 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility…
16243 #define xmlXPathLangFunction xmlXPathLangFunction__internal_alias macro
Dxpath.c9460 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLangFunction() function
15185 xmlXPathLangFunction); in xmlXPathRegisterAllFunctions()