Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c616 unsigned char *__ziplistCascadeUpdate(unsigned char *zl, unsigned char *p) { in __ziplistCascadeUpdate() function
737 zl = __ziplistCascadeUpdate(zl,p); in __ziplistDelete()
825 zl = __ziplistCascadeUpdate(zl,p+reqlen); in __ziplistInsert()
941 target = __ziplistCascadeUpdate(target, target+first_offset); in ziplistMerge()