Searched refs:xmlXPathNotFunction (Results 1 – 8 of 8) sorted by relevance
611 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
609 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
2962 xmlXPathNotFunction
16964 #undef xmlXPathNotFunction16965 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__…16967 #ifndef xmlXPathNotFunction16968 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("…16969 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
9483 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction() function15317 xmlXPathNotFunction); in xmlXPathRegisterAllFunctions()
16790 #undef xmlXPathNotFunction16791 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__…16793 #ifndef xmlXPathNotFunction16794 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("…16795 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
9356 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction() function15118 xmlXPathNotFunction); in xmlXPathRegisterAllFunctions()
49247 xmlXPathNotFunction(ctxt, nargs); in test_xmlXPathNotFunction()