Searched refs:profile_iterator (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | realm_iter.c | 48 return profile_iterator(iter_p, ret_realm, 0);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_tree.c | 393 struct profile_iterator { struct 410 struct profile_iterator *iter; 425 if ((iter = malloc(sizeof(struct profile_iterator))) == NULL) 442 struct profile_iterator *iter; 463 struct profile_iterator *iter = *iter_p;
|
H A D | prof_solaris.c | 55 code = profile_iterator(&state, &name, &value); 603 code = profile_iterator(&state, &source, &dummy_val); 609 code2 = profile_iterator(&state2, &target,
|
H A D | prof_get.c | 418 profile_iterator(void **iter_p, char **ret_name, char **ret_value) function
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | profile.h | 105 long KRB5_CALLCONV profile_iterator
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | conv_princ.c | 280 retval = profile_iterator (&iterator, &realm_name, &dummy_value);
|
Completed in 81 milliseconds