Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzipmap.h40 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted);
H A Dzipmap.c281 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel() function
430 zm = zipmapDel(zm,(unsigned char*) "new",3,NULL); in zipmapTest()