• Home
  • Raw
  • Download

Lines Matching refs:boolval

1031 	    if (cur->boolval) fprintf(output, "true\n");  in xmlXPathDebugDumpObject()
2025 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2052 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2190 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2204 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2294 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCacheConvertString()
2336 return(xmlXPathCacheNewBoolean(ctxt, val->boolval)); in xmlXPathCacheObjectCopy()
2477 ret = obj->boolval; in xmlXPathPopBoolean()
2563 if (obj->boolval && obj->user != NULL) in xmlXPathPopNodeSet()
4225 ret->boolval = 0; in xmlXPathNewNodeSet()
4254 ret->boolval = 1; in xmlXPathNewValueTree()
5119 ret->boolval = (val != 0); in xmlXPathNewBoolean()
5291 ret->boolval = 1; in xmlXPathObjectCopy()
5315 ret->boolval = 0; in xmlXPathObjectCopy()
5347 if (obj->boolval) { in xmlXPathFreeObject()
5404 if (obj->boolval) { in xmlXPathReleaseObject()
5641 ret = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCastToString()
5687 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathConvertString()
5810 ret = xmlXPathCastBooleanToNumber(val->boolval); in xmlXPathCastToNumber()
5922 ret = val->boolval; in xmlXPathCastToBoolean()
6832 arg1->boolval, arg2->boolval); in xmlXPathEqualValuesCommon()
6834 ret = (arg1->boolval == arg2->boolval); in xmlXPathEqualValuesCommon()
6837 ret = (arg1->boolval == in xmlXPathEqualValuesCommon()
6845 ret = (arg1->boolval == ret); in xmlXPathEqualValuesCommon()
6867 ret = (arg2->boolval== in xmlXPathEqualValuesCommon()
6928 ret = (arg2->boolval == ret); in xmlXPathEqualValuesCommon()
7053 ret = (ret == arg2->boolval); in xmlXPathEqualValues()
7138 ret = (ret != arg2->boolval); in xmlXPathNotEqualValues()
9321 ctxt->value->boolval = ! ctxt->value->boolval; in xmlXPathNotFunction()
12463 if ((obj->boolval) && (obj->user != NULL)) { in xmlXPathNodeCollectAndTest()
12469 ctxt->value->boolval = 1; in xmlXPathNodeCollectAndTest()
12472 obj->boolval = 0; in xmlXPathNodeCollectAndTest()
13091 if ((ctxt->value == NULL) || (ctxt->value->boolval == 0)) in xmlXPathCompOpEval()
13105 arg1->boolval &= arg2->boolval; in xmlXPathCompOpEval()
13117 if ((ctxt->value == NULL) || (ctxt->value->boolval == 1)) in xmlXPathCompOpEval()
13131 arg1->boolval |= arg2->boolval; in xmlXPathCompOpEval()
14000 res = resObj->boolval; in xmlXPathCompOpEvalToBoolean()
14353 return(res->boolval); in xmlXPathEvalPredicate()
14392 return(res->boolval); in xmlXPathEvaluatePredicateResult()