Lines Matching refs:boolval
1394 if (cur->boolval) fprintf(output, "true\n"); in xmlXPathDebugDumpObject()
2394 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2421 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2564 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2578 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2668 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCacheConvertString()
2710 return(xmlXPathCacheNewBoolean(ctxt, val->boolval)); in xmlXPathCacheObjectCopy()
2899 ret = obj->boolval; in xmlXPathPopBoolean()
2985 if (obj->boolval && obj->user != NULL) in xmlXPathPopNodeSet()
4348 ret->boolval = 0; in xmlXPathNewNodeSet()
4377 ret->boolval = 1; in xmlXPathNewValueTree()
5266 ret->boolval = (val != 0); in xmlXPathNewBoolean()
5438 ret->boolval = 1; in xmlXPathObjectCopy()
5462 ret->boolval = 0; in xmlXPathObjectCopy()
5494 if (obj->boolval) { in xmlXPathFreeObject()
5556 if (obj->boolval) { in xmlXPathReleaseObject()
5794 ret = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCastToString()
5840 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathConvertString()
5963 ret = xmlXPathCastBooleanToNumber(val->boolval); in xmlXPathCastToNumber()
6075 ret = val->boolval; in xmlXPathCastToBoolean()
6996 arg1->boolval, arg2->boolval); in xmlXPathEqualValuesCommon()
6998 ret = (arg1->boolval == arg2->boolval); in xmlXPathEqualValuesCommon()
7001 ret = (arg1->boolval == in xmlXPathEqualValuesCommon()
7009 ret = (arg1->boolval == ret); in xmlXPathEqualValuesCommon()
7031 ret = (arg2->boolval== in xmlXPathEqualValuesCommon()
7092 ret = (arg2->boolval == ret); in xmlXPathEqualValuesCommon()
7217 ret = (ret == arg2->boolval); in xmlXPathEqualValues()
7302 ret = (ret != arg2->boolval); in xmlXPathNotEqualValues()
9505 ctxt->value->boolval = ! ctxt->value->boolval; in xmlXPathNotFunction()
12644 if ((obj->boolval) && (obj->user != NULL)) { in xmlXPathNodeCollectAndTest()
12650 ctxt->value->boolval = 1; in xmlXPathNodeCollectAndTest()
12653 obj->boolval = 0; in xmlXPathNodeCollectAndTest()
13228 if ((ctxt->value == NULL) || (ctxt->value->boolval == 0)) in xmlXPathCompOpEval()
13238 ctxt->value->boolval &= arg2->boolval; in xmlXPathCompOpEval()
13245 if ((ctxt->value == NULL) || (ctxt->value->boolval == 1)) in xmlXPathCompOpEval()
13255 ctxt->value->boolval |= arg2->boolval; in xmlXPathCompOpEval()
14045 res = resObj->boolval; in xmlXPathCompOpEvalToBoolean()
14404 return(res->boolval); in xmlXPathEvalPredicate()
14443 return(res->boolval); in xmlXPathEvaluatePredicateResult()