Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/profile/testmod/
H A Dtestmod_main.c42 get_values(void *cbdata, const char *const *names, char ***ret_values) in get_values() function
99 vtable->get_values = get_values; in profile_module_init()
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_get.c139 retval = profile->vt->get_values(profile->cbdata, names, &vtvalues); in get_values_vt()
205 retval = profile->vt->get_values(profile->cbdata, names, &vtvalues); in get_value_vt()
H A Dprofile.hin145 /* Mandatory: Free a list of strings returned by get_values. */
251 profile_get_values_fn get_values;
H A Dprof_init.c27 if (vtable->minor_ver < 1 || !vtable->get_values || !vtable->free_values) in init_module()