Searched refs:zskiplist (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_zset.c | 80 zskiplist *zslCreate(void) { in zslCreate() 82 zskiplist *zsl; in zslCreate() 106 void zslFree(zskiplist *zsl) { in zslFree() 311 int zslIsInRange(zskiplist *zsl, zrangespec *range) { in zslIsInRange() 1506 zskiplist *zsl = zs->zsl; in zsetRank() 2485 zskiplist *zsl = zs->zsl; in zrangeGenericCommand() 2649 zskiplist *zsl = zs->zsl; in genericZrangebyscoreCommand() 2770 zskiplist *zsl = zs->zsl; in zcountCommand() 2848 zskiplist *zsl = zs->zsl; in zlexcountCommand() 2999 zskiplist *zsl = zs->zsl; in genericZrangebylexCommand() [all …]
|
| H A D | server.h | 812 typedef struct zskiplist { struct 816 } zskiplist; argument 820 zskiplist *zsl; 1674 zskiplist *zslCreate(void); 1675 void zslFree(zskiplist *zsl); 1676 zskiplistNode *zslInsert(zskiplist *zsl, double score, sds ele); 1679 zskiplistNode *zslFirstInRange(zskiplist *zsl, zrangespec *range); 1680 zskiplistNode *zslLastInRange(zskiplist *zsl, zrangespec *range); 1690 unsigned long zslGetRank(zskiplist *zsl, double score, sds o); 1702 zskiplistNode *zslFirstInLexRange(zskiplist *zsl, zlexrangespec *range); [all …]
|
| H A D | bio.c | 89 void lazyfreeFreeSlotsMapFromBioThread(zskiplist *sl);
|
| H A D | sort.c | 36 zskiplistNode* zslGetElementByRank(zskiplist *zsl, unsigned long rank); 400 zskiplist *zsl = zs->zsl; in sortCommand()
|
| H A D | defrag.c | 190 void zslUpdateNode(zskiplist *zsl, zskiplistNode *oldnode, zskiplistNode *newnode, zskiplistNode **… in zslUpdateNode() 213 double *zslDefrag(zskiplist *zsl, double score, sds oldele, sds newele) { in zslDefrag() 531 zskiplist *newzsl; in defragZsetSkiplist()
|
| H A D | geo.c | 263 zskiplist *zsl = zs->zsl; in geoGetPointsInRange()
|
| H A D | object.c | 835 zskiplist *zsl = ((zset*)o->ptr)->zsl; in objectComputeSize()
|
| H A D | module.c | 1988 zskiplist *zsl = zs->zsl; in zsetInitScoreRange() 2052 zskiplist *zsl = zs->zsl; in zsetInitLexRange()
|
| H A D | rdb.c | 826 zskiplist *zsl = zs->zsl; in rdbSaveObject()
|