Searched refs:dictSdsDestructor (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 506 void dictSdsDestructor(void *privdata, void *val) in dictSdsDestructor() function 602 dictSdsDestructor, /* key destructor */ 622 dictSdsDestructor, /* key destructor */ 632 dictSdsDestructor, /* key destructor */ 652 dictSdsDestructor, /* key destructor */ 662 dictSdsDestructor, /* key destructor */ 663 dictSdsDestructor /* val destructor */ 685 dictSdsDestructor, /* key destructor */ 697 dictSdsDestructor, /* key destructor */ 709 dictSdsDestructor, /* key destructor */ [all …]
|
| H A D | expire.c | 351 dictSdsDestructor, /* key destructor */ in rememberSlaveKeyWithExpire()
|
| H A D | config.c | 1588 void dictSdsDestructor(void *privdata, void *val); 1600 dictSdsDestructor, /* key destructor */ 1609 dictSdsDestructor, /* key destructor */
|
| H A D | redis-cli.c | 160 static void dictSdsDestructor(void *privdata, void *val); 423 static void dictSdsDestructor(void *privdata, void *val) in dictSdsDestructor() function 1951 dictSdsDestructor /* val destructor */ 4339 dtype.keyDestructor = dictSdsDestructor; in clusterManagerCheckCluster()
|
| H A D | sentinel.c | 432 dictSdsDestructor, /* key destructor */ 433 dictSdsDestructor /* val destructor */
|
| H A D | server.h | 1933 void dictSdsDestructor(void *privdata, void *val);
|