Searched refs:ziplistInsert (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ziplist.h | 44 unsigned char *ziplistInsert(unsigned char *zl, unsigned char *p, unsigned char *s, unsigned int sl…
|
| H A D | quicklist.c | 673 entry.node->zl = ziplistInsert(entry.node->zl, entry.zi, data, sz); in quicklistReplaceAtIndex() 883 node->zl = ziplistInsert(node->zl, next, value, sz); in _quicklistInsert() 891 node->zl = ziplistInsert(node->zl, entry->zi, value, sz); in _quicklistInsert()
|
| H A D | t_hash.c | 222 zl = ziplistInsert(zl, vptr, (unsigned char*)value, in hashTypeSet()
|
| H A D | ziplist.c | 1054 unsigned char *ziplistInsert(unsigned char *zl, unsigned char *p, unsigned char *s, unsigned int sl… in ziplistInsert() function
|
| H A D | t_zset.c | 1042 zl = ziplistInsert(zl,eptr,(unsigned char*)ele,sdslen(ele)); in zzlInsertAt() 1047 zl = ziplistInsert(zl,sptr,(unsigned char*)scorebuf,scorelen); in zzlInsertAt()
|