Lines Matching defs:toBool
11933 int toBool)
12161 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12421 if (toBool)
12516 if (toBool)
14109 xmlXPathObjectPtr *resultSeq, int toBool)
14137 if (! toBool) {
14151 if (toBool)
14157 if (toBool)
14217 if (toBool)
14245 if (toBool)
14332 * @toBool: evaluate to a boolean result
14337 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool)
14361 if (toBool) {
14397 if (toBool)
14721 * @toBool: 1 if only a boolean result is requested
14733 int toBool)
14761 res = xmlXPathRunEval(pctxt, toBool);
14788 ((toBool) || ((resObj) && (*resObj))))