Home | History | Annotate | Download | only in libxml2

Lines Matching full:tobool

12077 			   int toBool)
12296 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0;
12544 if (toBool)
12642 if (toBool)
14255 xmlXPathObjectPtr *resultSeq, int toBool)
14283 if (! toBool) {
14297 if (toBool)
14303 if (toBool)
14363 if (toBool)
14391 if (toBool)
14483 * @toBool: evaluate to a boolean result
14488 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool)
14512 if (toBool) {
14548 if (toBool)
14875 * @toBool: 1 if only a boolean result is requested
14887 int toBool)
14915 res = xmlXPathRunEval(pctxt, toBool);
14942 ((toBool) || ((resObj) && (*resObj))))