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