Searched refs:zobj (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 233 unsigned char *zl = zobj->ptr; in geoGetPointsInRange() 262 zset *zs = zobj->ptr; in geoGetPointsInRange() 468 robj *zobj = NULL; in georadiusGeneric() local 635 robj *zobj; in georadiusGeneric() local 642 zs = zobj->ptr; in georadiusGeneric() 661 decrRefCount(zobj); in georadiusGeneric() 705 if (zobj && checkType(c, zobj, OBJ_ZSET)) return; in geohashCommand() 712 if (!zobj || zsetScore(zobj, c->argv[j]->ptr, &score) == C_ERR) { in geohashCommand() 758 if (zobj && checkType(c, zobj, OBJ_ZSET)) return; in geoposCommand() 765 if (!zobj || zsetScore(zobj, c->argv[j]->ptr, &score) == C_ERR) { in geoposCommand() [all …]
|
| H A D | t_zset.c | 1351 zobj->ptr = zzlDelete(zobj->ptr,eptr); in zsetAdd() 1352 zobj->ptr = zzlInsert(zobj->ptr,ele,score); in zsetAdd() 1359 zobj->ptr = zzlInsert(zobj->ptr,ele,score); in zsetAdd() 1429 zobj->ptr = zzlDelete(zobj->ptr,eptr); in zsetDel() 1536 robj *zobj; in zaddGenericCommand() local 1665 robj *zobj; in zremCommand() local 1696 robj *zobj; in zremrangeGenericCommand() local 2413 robj *zobj; in zrangeGenericCommand() local 2525 robj *zobj; in genericZrangebyscoreCommand() local 2723 robj *zobj; in zcountCommand() local [all …]
|
| H A D | server.h | 1686 unsigned long zsetLength(const robj *zobj); 1687 void zsetConvert(robj *zobj, int encoding); 1688 void zsetConvertToZiplistIfNeeded(robj *zobj, size_t maxelelen); 1689 int zsetScore(robj *zobj, sds member, double *score); 1691 int zsetAdd(robj *zobj, double score, sds ele, int *flags, double *newscore); 1692 long zsetRank(robj *zobj, sds ele, int reverse); 1693 int zsetDel(robj *zobj, sds ele);
|