Searched refs:config_labels (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c99 char **config_labels; local
102 config_labels = krb5_config_get_strings(context, NULL, "libdefaults",
104 if(config_labels != NULL)
105 labels = (const char **)config_labels;
113 if (config_labels)
114 krb5_config_free_strings(config_labels);
122 if (config_labels)
123 krb5_config_free_strings(config_labels);
128 if (config_labels)
129 krb5_config_free_strings(config_labels);
[all...]

Completed in 55 milliseconds