Searched refs:INIT_FIELD (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | context.c | 40 #define INIT_FIELD(C, T, E, D, F) \ macro 102 INIT_FIELD(context, time, max_skew, 5 * 60, "clockskew"); in init_context_from_config_file() 103 INIT_FIELD(context, time, kdc_timeout, 3, "kdc_timeout"); in init_context_from_config_file() 104 INIT_FIELD(context, int, max_retries, 3, "max_retries"); in init_context_from_config_file() 106 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file() 157 INIT_FIELD(context, string, default_keytab, in init_context_from_config_file() 160 INIT_FIELD(context, string, default_keytab_modify, in init_context_from_config_file() 163 INIT_FIELD(context, string, time_fmt, in init_context_from_config_file() 166 INIT_FIELD(context, string, date_fmt, in init_context_from_config_file() 169 INIT_FIELD(context, bool, log_utc, in init_context_from_config_file() [all …]
|