Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h57 void (*valDestructor)(void *privdata, void *obj); member
80 if ((ht)->type->valDestructor) \
81 (ht)->type->valDestructor((ht)->privdata, (entry)->val)
/f-stack/app/redis-5.0.5/src/
H A Ddict.h64 void (*valDestructor)(void *privdata, void *obj); member
105 if ((d)->type->valDestructor) \
106 (d)->type->valDestructor((d)->privdata, (entry)->v.val)
H A Dsentinel.c3215 copy_keeper.valDestructor = NULL; in sentinelCommand()
H A Dredis-cli.c4340 dtype.valDestructor = dictListDestructor; in clusterManagerCheckCluster()