Searched refs:valDestructor (Results 1 – 4 of 4) sorted by relevance
57 void (*valDestructor)(void *privdata, void *obj); member80 if ((ht)->type->valDestructor) \81 (ht)->type->valDestructor((ht)->privdata, (entry)->val)
64 void (*valDestructor)(void *privdata, void *obj); member105 if ((d)->type->valDestructor) \106 (d)->type->valDestructor((d)->privdata, (entry)->v.val)
3215 copy_keeper.valDestructor = NULL; in sentinelCommand()
4340 dtype.valDestructor = dictListDestructor; in clusterManagerCheckCluster()