Lines Matching refs:zset
1086 length = ((zset*)zobj->ptr)->zsl->length; in zsetLength()
1094 zset *zs; in zsetConvert()
1174 zset *zset = zobj->ptr; in zsetConvertToZiplistIfNeeded() local
1176 if (zset->zsl->length <= server.zset_max_ziplist_entries && in zsetConvertToZiplistIfNeeded()
1191 zset *zs = zobj->ptr; in zsetScore()
1336 zset *zs = zobj->ptr; in zaddGenericCommand()
1434 zset *zs = zobj->ptr; in zremCommand()
1539 zset *zs = zobj->ptr; in zremrangeGenericCommand()
1614 zset *zs;
1617 } zset; member
1663 iterzset *it = &op->iter.zset; in zuiInitIterator()
1696 iterzset *it = &op->iter.zset; in zuiClearIterator()
1726 zset *zs = op->subject->ptr; in zuiLength()
1772 iterzset *it = &op->iter.zset; in zuiNext()
1895 zset *zs = op->subject->ptr; in zuiFind()
1946 zset *dstzset; in zunionInterGenericCommand()
2255 zset *zs = zobj->ptr; in zrangeGenericCommand()
2414 zset *zs = zobj->ptr; in genericZrangebyscoreCommand()
2535 zset *zs = zobj->ptr; in zcountCommand()
2613 zset *zs = zobj->ptr; in zlexcountCommand()
2761 zset *zs = zobj->ptr; in genericZrangebylexCommand()
2892 zset *zs = zobj->ptr; in zrankGenericCommand()