profile_iterator
long KRB5_CALLCONV profile_iterator
retval = profile_iterator (&iterator, &realm_name, &dummy_value);
return profile_iterator(iter_p, ret_realm, 0);
code = profile_iterator(&state, &name, &value);
code = profile_iterator(&state, &source, &dummy_val);
code2 = profile_iterator(&state2, &target,
struct profile_iterator *iter;
if ((iter = malloc(sizeof(struct profile_iterator))) == NULL)
struct profile_iterator *iter;
struct profile_iterator *iter = *iter_p;