Lines Matching defs:source
661 * where source is the source realm for the capath
663 * where inter is the intermediate realm between the source and target
664 * realms. If the source and target share x-realm keys then this set to "."
665 * Note: for the remove function, all associated source, target, and
674 char *source = NULL, *dummy_val = NULL, *target = NULL;
694 code = profile_iterator(&state, &source, &dummy_val);
695 if (code == 0 && source != NULL) {
696 hierarchy[1] = source;
726 if (source != NULL) {
727 profile_release_string(source);
728 source = NULL;
746 if (source != NULL)
747 profile_release_string(source);
761 * and matching capaths source realm subsection.
814 * errcode_t k5_profile_add_xrealm_mapping(profile_t profile, char *source,
818 * where source is the source realm for the capath
820 * where inter is the intermediate realm between the source and target
821 * realms. If the source and target share x-realm keys then this set to "."
825 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target,
831 if (profile == NULL || source == NULL || target == NULL ||
836 hierarchy[1] = source;