Symbol: krb5_config_list
crypto/heimdal/lib/hdb/dbinfo.c
119
if (db_binding->type != krb5_config_list)
crypto/heimdal/lib/krb5/config_file.c
136
tmp = _krb5_config_get_entry(parent, p + 1, krb5_config_list);
crypto/heimdal/lib/krb5/config_file.c
217
tmp = _krb5_config_get_entry(parent, p1, krb5_config_list);
crypto/heimdal/lib/krb5/config_file.c
286
tmp = _krb5_config_get_entry(parent, k, krb5_config_list);
crypto/heimdal/lib/krb5/config_file.c
540
else if (b->type == krb5_config_list)
crypto/heimdal/lib/krb5/config_file.c
592
else if (d->type == krb5_config_list)
crypto/heimdal/lib/krb5/config_file.c
639
} else if(b->type == krb5_config_list && p != NULL) {
crypto/heimdal/lib/krb5/config_file.c
754
return _krb5_config_vget (context, c, krb5_config_list, args);
crypto/heimdal/lib/krb5/config_file.c
91
if(type == krb5_config_list &&
crypto/heimdal/lib/krb5/verify_krb5_conf.c
367
{ "host", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
368
{ "plain", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
375
{ "capath", krb5_config_list, all_strings, 1 },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
411
{ "v4_name_convert", krb5_config_list, v4_name_convert_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
444
{ "", krb5_config_list, appdefaults_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
458
{ "v4_name_convert", krb5_config_list, v4_name_convert_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
459
{ "v4_instance_convert", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
482
{ "", krb5_config_list, realms_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
497
{ "database", krb5_config_list, kdc_database_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
514
{ "use_2b", krb5_config_list, NULL },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
550
{ "", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
559
{ "", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
564
{ "libdefaults" , krb5_config_list, libdefaults_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
565
{ "realms", krb5_config_list, realms_foobar },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
566
{ "domain_realm", krb5_config_list, all_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
567
{ "logging", krb5_config_list, log_strings },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
568
{ "kdc", krb5_config_list, kdc_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
569
{ "kadmin", krb5_config_list, kadmin_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
570
{ "appdefaults", krb5_config_list, appdefaults_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
571
{ "gssapi", krb5_config_list, NULL },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
572
{ "capaths", krb5_config_list, capaths_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
573
{ "password_quality", krb5_config_list, password_quality_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
575
{ "kdcdefaults", krb5_config_list, kdcdefaults_entries },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
601
} else if(p->type == krb5_config_list && e->check_data != NULL) {
crypto/heimdal/lib/krb5/verify_krb5_conf.c
627
case krb5_config_list: