Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dzipmap.c116 static unsigned int zipmapEncodeLength(unsigned char *p, unsigned int len) { in zipmapEncodeLength() function
147 llen = zipmapEncodeLength(NULL,l); in zipmapLookupRaw()
160 p += zipmapEncodeLength(NULL,l); in zipmapLookupRaw()
180 return zipmapEncodeLength(NULL,l) + l; in zipmapRawKeyLength()
189 used = zipmapEncodeLength(NULL,l); in zipmapRawValueLength()
269 p += zipmapEncodeLength(p,klen); in zipmapSet()
273 p += zipmapEncodeLength(p,vlen); in zipmapSet()
387 p += zipmapEncodeLength(NULL,l); in zipmapRepr()
393 p += zipmapEncodeLength(NULL,l); in zipmapRepr()