Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathNewBoolean

2172  * This is the cached version of xmlXPathNewBoolean().
2212 return(xmlXPathNewBoolean(val));
5164 * xmlXPathNewBoolean:
5172 xmlXPathNewBoolean(int val) {
6013 return(xmlXPathNewBoolean(0));
6016 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val));