Searched refs:vsd_destructor (Results 1 – 1 of 1) sorted by relevance
141 static void (**vsd_destructor)(void *); variable4264 if (vsd_destructor[i] == NULL) in vsd_create()4273 vsd_destructor = in vsd_create()4274 (void (**)(void *))vsd_realloc((void *)vsd_destructor, in vsd_create()4283 vsd_destructor[i] = destructor; in vsd_create()4336 if (vsd->vs_value[k] && vsd_destructor[k]) in vsd_destroy()4337 (*vsd_destructor[k])(vsd->vs_value[k]); in vsd_destroy()4346 vsd_destructor[k] = NULL; in vsd_destroy()4453 if (vsd->vs_value[i] && vsd_destructor[i]) in vsd_free()4454 (*vsd_destructor[i])(vsd->vs_value[i]); in vsd_free()