Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h610 XMLPUBFUN void XMLCALL xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h17246 #undef xmlXPathTrueFunction
17247 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunctio…
17249 #ifndef xmlXPathTrueFunction
17250 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility…
17251 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias macro
Dxpath.c9419 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction() function
15217 xmlXPathTrueFunction); in xmlXPathRegisterAllFunctions()