Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h609 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16790 #undef xmlXPathNotFunction
16791 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__…
16793 #ifndef xmlXPathNotFunction
16794 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("…
16795 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
Dxpath.c9403 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction() function
15189 xmlXPathNotFunction); in xmlXPathRegisterAllFunctions()