Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzipmap.c202 static inline unsigned char *zipmapResize(unsigned char *zm, unsigned int len) { in zipmapResize() function
222 zm = zipmapResize(zm, zmlen+reqlen); in zipmapSet()
238 zm = zipmapResize(zm, zmlen-freelen+reqlen); in zipmapSet()
260 zm = zipmapResize(zm, zmlen); in zipmapSet()
287 zm = zipmapResize(zm, zmlen-freelen); in zipmapDel()