Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzipmap.c212 unsigned int zmlen, offset; in zipmapSet() local
219 p = zipmapLookupRaw(zm,key,klen,&zmlen); in zipmapSet()
222 zm = zipmapResize(zm, zmlen+reqlen); in zipmapSet()
223 p = zm+zmlen-1; in zipmapSet()
224 zmlen = zmlen+reqlen; in zipmapSet()
238 zm = zipmapResize(zm, zmlen-freelen+reqlen); in zipmapSet()
244 zmlen = zmlen-freelen+reqlen; in zipmapSet()
259 zmlen -= empty; in zipmapSet()
260 zm = zipmapResize(zm, zmlen); in zipmapSet()
282 unsigned int zmlen, freelen; in zipmapDel() local
[all …]