Home
last modified time | relevance | path

Searched refs:zval (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c2181 zsetopval zval; in zunionInterGenericCommand() local
2274 memset(&zval, 0, sizeof(zval)); in zunionInterGenericCommand()
2282 while (zuiNext(&src[0],&zval)) { in zunionInterGenericCommand()
2285 score = src[0].weight * zval.score; in zunionInterGenericCommand()
2292 value = zval.score*src[j].weight; in zunionInterGenericCommand()
2294 } else if (zuiFind(&src[j],&zval,&value)) { in zunionInterGenericCommand()
2304 tmp = zuiNewSdsFromValue(&zval); in zunionInterGenericCommand()
2330 while (zuiNext(&src[i],&zval)) { in zunionInterGenericCommand()
2332 score = src[i].weight * zval.score; in zunionInterGenericCommand()
2336 de = dictAddRaw(accumulator,zuiSdsFromValue(&zval),&existing); in zunionInterGenericCommand()
[all …]
H A Dziplist.c1084 long long zval, sval; in ziplistCompare() local
1099 zval = zipLoadInteger(p+entry.headersize,entry.encoding); in ziplistCompare()
1100 return zval == sval; in ziplistCompare()