Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzipmap.c138 static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, uns… in zipmapLookupRaw() function
219 p = zipmapLookupRaw(zm,key,klen,&zmlen); in zipmapSet()
283 unsigned char *p = zipmapLookupRaw(zm,key,klen,&zmlen); in zipmapDel()
337 if ((p = zipmapLookupRaw(zm,key,klen,NULL)) == NULL) return 0; in zipmapGet()
346 return zipmapLookupRaw(zm,key,klen,NULL) != NULL; in zipmapExists()
369 zipmapLookupRaw(zm,NULL,0,&totlen); in zipmapBlobLen()