Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/profile/
H A Dtest_vtable.c46 basic_get_values(void *cbdata, const char *const *names, char ***ret_values) in basic_get_values() argument
50 *ret_values = calloc(3, sizeof(*ret_values)); in basic_get_values()
51 (*ret_values)[0] = strdup("one"); in basic_get_values()
52 (*ret_values)[1] = strdup("two"); in basic_get_values()
53 (*ret_values)[2] = NULL; in basic_get_values()
68 full_get_values(void *cbdata, const char *const *names, char ***ret_values) in full_get_values() argument
71 *ret_values = calloc(2, sizeof(*ret_values)); in full_get_values()
73 (*ret_values)[0] = strdup("string result"); in full_get_values()
75 (*ret_values)[0] = strdup("23"); in full_get_values()
77 (*ret_values)[0] = strdup("on"); in full_get_values()
[all …]
H A Dprof_get.c133 get_values_vt(profile_t profile, const char *const *names, char ***ret_values) in get_values_vt() argument
148 end_list(&values, ret_values); in get_values_vt()
157 char ***ret_values) in profile_get_values() argument
164 *ret_values = NULL; in profile_get_values()
168 return get_values_vt(profile, names, ret_values); in profile_get_values()
192 end_list(&values, retval ? NULL : ret_values); in profile_get_values()
H A Dprofile.hin78 (profile_t profile, const char *const *names, char ***ret_values);
137 * values in *ret_values. If no relations exist, return PROF_NO_RELATION, or
143 char ***ret_values);
/src/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() argument
46 *ret_values = calloc(3, sizeof(*ret_values)); in get_values()
47 (*ret_values)[0] = strdup(d->residual); in get_values()
48 asprintf(&(*ret_values)[1], "%d", d->gen); in get_values()
49 (*ret_values)[2] = NULL; in get_values()
/src/crypto/krb5/src/windows/include/
H A Dloadfuncs-profile.h52 (profile_t profile, const char **names, char ***ret_values)