Searched refs:vsd_destructor (Results 1 – 1 of 1) sorted by relevance
140 static void (**vsd_destructor)(void *); variable4253 if (vsd_destructor[i] == NULL) in vsd_create()4262 vsd_destructor = in vsd_create()4263 (void (**)(void *))vsd_realloc((void *)vsd_destructor, in vsd_create()4272 vsd_destructor[i] = destructor; in vsd_create()4325 if (vsd->vs_value[k] && vsd_destructor[k]) in vsd_destroy()4326 (*vsd_destructor[k])(vsd->vs_value[k]); in vsd_destroy()4335 vsd_destructor[k] = NULL; in vsd_destroy()4442 if (vsd->vs_value[i] && vsd_destructor[i]) in vsd_free()4443 (*vsd_destructor[i])(vsd->vs_value[i]); in vsd_free()