Searched refs:ziplistDelete (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ziplist.h | 45 unsigned char *ziplistDelete(unsigned char *zl, unsigned char **p);
|
| H A D | ziplist.c | 1061 unsigned char *ziplistDelete(unsigned char *zl, unsigned char **p) { in ziplistDelete() function 1332 return ziplistDelete(zl,&p); in pop() 1592 zl = ziplistDelete(zl,&p); in ziplistTest() 1647 zl = ziplistDelete(zl,&p); in ziplistTest() 1713 zl = ziplistDelete(zl, &p); in ziplistTest()
|
| H A D | t_hash.c | 219 zl = ziplistDelete(zl, &vptr); in hashTypeSet() 290 zl = ziplistDelete(zl,&fptr); /* Delete the key. */ in hashTypeDelete() 291 zl = ziplistDelete(zl,&fptr); /* Delete the value. */ in hashTypeDelete()
|
| H A D | t_zset.c | 1024 zl = ziplistDelete(zl,&p); in zzlDelete() 1025 zl = ziplistDelete(zl,&p); in zzlDelete() 1103 zl = ziplistDelete(zl,&eptr); in zzlDeleteRangeByScore() 1104 zl = ziplistDelete(zl,&eptr); in zzlDeleteRangeByScore() 1130 zl = ziplistDelete(zl,&eptr); in zzlDeleteRangeByLex() 1131 zl = ziplistDelete(zl,&eptr); in zzlDeleteRangeByLex()
|
| H A D | quicklist.c | 617 node->zl = ziplistDelete(node->zl, p); in quicklistDelIndex() 672 entry.node->zl = ziplistDelete(entry.node->zl, &entry.zi); in quicklistReplaceAtIndex()
|