Home
last modified time | relevance | path

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

/redis-3.2.3/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()