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.h17130 #undef xmlXPathTrueFunction
17131 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunctio…
17133 #ifndef xmlXPathTrueFunction
17134 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility…
17135 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias macro
Dxpath.c9333 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction() function
15094 xmlXPathTrueFunction); in xmlXPathRegisterAllFunctions()