Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathNewBoolean

2548  * This is the cached version of xmlXPathNewBoolean().
2588 return(xmlXPathNewBoolean(val));
5239 * xmlXPathNewBoolean:
5247 xmlXPathNewBoolean(int val) {
6088 return(xmlXPathNewBoolean(0));
6091 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val));