Home
last modified time | relevance | path

Searched refs:free_values (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/util/profile/testmod/
H A Dtestmod_main.c54 free_values(void *cbdata, char **values) in free_values() function
100 vtable->free_values = free_values; in profile_module_init()
/src/crypto/krb5/src/util/profile/
H A Dtest_vtable.c58 free_values(void *cbdata, char **values) in free_values() function
212 free_values,
218 free_values,
H A Dprof_get.c151 profile->vt->free_values(profile->cbdata, vtvalues); in get_values_vt()
211 profile->vt->free_values(profile->cbdata, vtvalues); in get_value_vt()
H A Dprofile.hin139 * exist as a section. The list will be freed with free_values.
252 profile_free_values_fn free_values;
H A Dprof_init.c27 if (vtable->minor_ver < 1 || !vtable->get_values || !vtable->free_values) in init_module()