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

/external/libxml2/include/libxml/
H A DxpathInternals.h609 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
H A Delfgcchack.h16790 #undef xmlXPathNotFunction macro
16791 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
16793 #ifndef xmlXPathNotFunction
16794 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
16795 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
H A Dxpath.c9393 * xmlXPathNotFunction:
9403 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { function
15189 xmlXPathNotFunction);

Completed in 81 milliseconds