Home
last modified time | relevance | path

Searched refs:ziplistIndex (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c1417 p = ziplistIndex(zl, 3); in ziplistTest()
1435 p = ziplistIndex(zl, 4); in ziplistTest()
1499 p = ziplistIndex(zl, 0); in ziplistTest()
1517 p = ziplistIndex(zl, 1); in ziplistTest()
1535 p = ziplistIndex(zl, 2); in ziplistTest()
1553 p = ziplistIndex(zl, 4); in ziplistTest()
1643 p = ziplistIndex(zl,0); in ziplistTest()
1675 p = ziplistIndex(zl,0); in ziplistTest()
1678 p = ziplistIndex(zl,1); in ziplistTest()
1749 p = ziplistIndex(zl,0); in ziplistTest()
[all …]
H A Dziplist.h40 unsigned char *ziplistIndex(unsigned char *zl, int index);
H A Dt_zset.c833 p = ziplistIndex(zl,-1); /* Last score. */ in zzlIsInRange()
839 p = ziplistIndex(zl,1); /* First score. */ in zzlIsInRange()
851 unsigned char *eptr = ziplistIndex(zl,0), *sptr; in zzlFirstInRange()
933 p = ziplistIndex(zl,-2); /* Last element. */ in zzlIsInLexRange()
938 p = ziplistIndex(zl,0); /* First element. */ in zzlIsInLexRange()
949 unsigned char *eptr = ziplistIndex(zl,0), *sptr; in zzlFirstInLexRange()
1000 unsigned char *eptr = ziplistIndex(zl,0), *sptr; in zzlFind()
1189 eptr = ziplistIndex(zl,0); in zsetConvert()
1483 eptr = ziplistIndex(zl,0); in zsetRank()
2459 eptr = ziplistIndex(zl,-2-(2*start)); in zrangeGenericCommand()
[all …]
H A Dt_hash.c68 fptr = ziplistIndex(zl, ZIPLIST_HEAD); in hashTypeGetFromZiplist()
209 fptr = ziplistIndex(zl, ZIPLIST_HEAD); in hashTypeSet()
286 fptr = ziplistIndex(zl, ZIPLIST_HEAD); in hashTypeDelete()
360 fptr = ziplistIndex(zl, 0); in hashTypeNext()
H A Dquicklist.c549 unsigned char *p = ziplistIndex(zl, 0); in quicklistAppendValuesFromZiplist()
1139 iter->zi = ziplistIndex(iter->current->zl, iter->offset); in quicklistNext()
1274 entry->zi = ziplistIndex(entry->node->zl, entry->offset); in quicklistIndex()
1287 unsigned char *p = ziplistIndex(quicklist->tail->zl, -1); in quicklistRotate()
1308 p = ziplistIndex(quicklist->tail->zl, -1); in quicklistRotate()
1352 p = ziplistIndex(node->zl, pos); in quicklistPopCustom()
H A Ddb.c721 unsigned char *p = ziplistIndex(o->ptr,0); in scanGenericCommand()
H A Daof.c1014 eptr = ziplistIndex(zl,0); in rewriteSortedSetObject()
H A Ddebug.c158 eptr = ziplistIndex(zl,0); in xorObjectDigest()