Home
last modified time | relevance | path

Searched refs:ziplistInsert (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dziplist.h44 unsigned char *ziplistInsert(unsigned char *zl, unsigned char *p, unsigned char *s, unsigned int sl…
H A Dquicklist.c673 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 Dt_hash.c222 zl = ziplistInsert(zl, vptr, (unsigned char*)value, in hashTypeSet()
H A Dziplist.c1054 unsigned char *ziplistInsert(unsigned char *zl, unsigned char *p, unsigned char *s, unsigned int sl… in ziplistInsert() function
H A Dt_zset.c1042 zl = ziplistInsert(zl,eptr,(unsigned char*)ele,sdslen(ele)); in zzlInsertAt()
1047 zl = ziplistInsert(zl,sptr,(unsigned char*)scorebuf,scorelen); in zzlInsertAt()