Home
last modified time | relevance | path

Searched refs:xmlXPathNewBoolean (Results 1 – 4 of 4) sorted by relevance

/external/libxslt/libxslt/
Dfunctions.c829 valuePush(ctxt, xmlXPathNewBoolean(0)); in xsltElementAvailableFunction()
850 valuePush(ctxt, xmlXPathNewBoolean(1)); in xsltElementAvailableFunction()
852 valuePush(ctxt, xmlXPathNewBoolean(0)); in xsltElementAvailableFunction()
903 valuePush(ctxt, xmlXPathNewBoolean(1)); in xsltFunctionAvailableFunction()
905 valuePush(ctxt, xmlXPathNewBoolean(0)); in xsltFunctionAvailableFunction()
/external/libxml2/include/libxml/
DxpathInternals.h122 valuePush((ctxt), xmlXPathNewBoolean(val))
496 xmlXPathNewBoolean (int val);
/external/libxml2/
Delfgcchack.h16334 #undef xmlXPathNewBoolean
16335 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__int…
16337 #ifndef xmlXPathNewBoolean
16338 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hi…
16339 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias macro
Dxpath.c2212 return(xmlXPathNewBoolean(val)); in xmlXPathCacheNewBoolean()
5172 xmlXPathNewBoolean(int val) { in xmlXPathNewBoolean() function
6013 return(xmlXPathNewBoolean(0)); in xmlXPathConvertBoolean()
6016 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val)); in xmlXPathConvertBoolean()