Home
last modified time | relevance | path

Searched refs:zslFirstInRange (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Ddb.c1266 n = zslFirstInRange(server.cluster->slots_to_keys, &range); in getKeysInSlot()
1284 n = zslFirstInRange(server.cluster->slots_to_keys, &range); in delKeysInSlot()
1306 zn = zslFirstInRange(zsl, &range); in countKeysInSlot()
H A Dgeo.c266 if ((ln = zslFirstInRange(zsl, &range)) == NULL) { in geoGetPointsInRange()
H A Dt_zset.c239 zskiplistNode *zslFirstInRange(zskiplist *zsl, zrangespec *range) { in zslFirstInRange() function
2422 ln = zslFirstInRange(zsl,&range); in genericZrangebyscoreCommand()
2541 zn = zslFirstInRange(zsl, &range); in zcountCommand()
H A Dserver.h1294 zskiplistNode *zslFirstInRange(zskiplist *zsl, zrangespec *range);