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

/external/libxml2/include/libxml/
H A DxpathInternals.h593 XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
H A Delfgcchack.h16250 #undef xmlXPathLastFunction macro
16251 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
16253 #ifndef xmlXPathLastFunction
16254 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
16255 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias macro
H A Dxpath.c8395 * xmlXPathLastFunction:
8404 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { function
15183 xmlXPathLastFunction);

Completed in 67 milliseconds