• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:boolval

1403 	    if (cur->boolval) fprintf(output, "true\n");  in xmlXPathDebugDumpObject()
2397 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2424 ret->boolval = 0; in xmlXPathCacheNewNodeSet()
2567 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2581 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()
2671 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCacheConvertString()
2713 return(xmlXPathCacheNewBoolean(ctxt, val->boolval)); in xmlXPathCacheObjectCopy()
2902 ret = obj->boolval; in xmlXPathPopBoolean()
2988 if (obj->boolval && obj->user != NULL) in xmlXPathPopNodeSet()
4342 ret->boolval = 0; in xmlXPathNewNodeSet()
4371 ret->boolval = 0; in xmlXPathNewValueTree()
5257 ret->boolval = (val != 0); in xmlXPathNewBoolean()
5429 ret->boolval = 1; in xmlXPathObjectCopy()
5453 ret->boolval = 0; in xmlXPathObjectCopy()
5485 if (obj->boolval) { in xmlXPathFreeObject()
5542 if (obj->boolval) { in xmlXPathReleaseObject()
5779 ret = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCastToString()
5825 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathConvertString()
5948 ret = xmlXPathCastBooleanToNumber(val->boolval); in xmlXPathCastToNumber()
6060 ret = val->boolval; in xmlXPathCastToBoolean()
6971 arg1->boolval, arg2->boolval); in xmlXPathEqualValuesCommon()
6973 ret = (arg1->boolval == arg2->boolval); in xmlXPathEqualValuesCommon()
6976 ret = (arg1->boolval == in xmlXPathEqualValuesCommon()
6984 ret = (arg1->boolval == ret); in xmlXPathEqualValuesCommon()
7006 ret = (arg2->boolval== in xmlXPathEqualValuesCommon()
7067 ret = (arg2->boolval == ret); in xmlXPathEqualValuesCommon()
7192 ret = (ret == arg2->boolval); in xmlXPathEqualValues()
7277 ret = (ret != arg2->boolval); in xmlXPathNotEqualValues()
9492 ctxt->value->boolval = ! ctxt->value->boolval; in xmlXPathNotFunction()
12667 if ((obj->boolval) && (obj->user != NULL)) { in xmlXPathNodeCollectAndTest()
12673 ctxt->value->boolval = 1; in xmlXPathNodeCollectAndTest()
12676 obj->boolval = 0; in xmlXPathNodeCollectAndTest()
13310 if ((ctxt->value == NULL) || (ctxt->value->boolval == 0)) in xmlXPathCompOpEval()
13324 arg1->boolval &= arg2->boolval; in xmlXPathCompOpEval()
13336 if ((ctxt->value == NULL) || (ctxt->value->boolval == 1)) in xmlXPathCompOpEval()
13350 arg1->boolval |= arg2->boolval; in xmlXPathCompOpEval()
14246 res = resObj->boolval; in xmlXPathCompOpEvalToBoolean()
14605 return(res->boolval); in xmlXPathEvalPredicate()
14644 return(res->boolval); in xmlXPathEvaluatePredicateResult()