Searched refs:krb5_config_section (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | config_file.c | 74 static krb5_error_code parse_section(char *p, krb5_config_section **s, 75 krb5_config_section **res, 85 krb5_config_section * 86 _krb5_config_get_entry(krb5_config_section **parent, const char *name, int type) in _krb5_config_get_entry() 88 krb5_config_section **q; in _krb5_config_get_entry() 124 parse_section(char *p, krb5_config_section **s, krb5_config_section **parent, in parse_section() 128 krb5_config_section *tmp; in parse_section() 272 krb5_config_section *tmp, **parent = context; in convert_content() 295 parse_plist_config(krb5_context context, const char *path, krb5_config_section **parent) in parse_plist_config() 347 krb5_config_section **res, in krb5_config_parse_debug() [all …]
|
| H A D | krb5-private.h | 70 krb5_config_section */*c*/, 71 krb5_config_section **/*head*/); 76 const krb5_config_section */*c*/, 80 krb5_config_section * 82 krb5_config_section **/*parent*/, 89 const krb5_config_section */*c*/, 97 const krb5_config_section */*c*/, 104 const krb5_config_section */*c*/,
|
| H A D | krb5-protos.h | 934 krb5_config_section */*s*/); 942 const krb5_config_section */*c*/, 948 const krb5_config_section */*c*/, 955 const krb5_config_section */*c*/, 961 const krb5_config_section */*c*/, 968 const krb5_config_section */*c*/, 974 const krb5_config_section */*c*/, 980 const krb5_config_section */*c*/, 987 const krb5_config_section */*c*/, 993 const krb5_config_section */*c*/, [all …]
|
| H A D | verify_krb5_conf.c | 581 check_section(krb5_context context, const char *path, krb5_config_section *cf, in check_section() 585 krb5_config_section *p; in check_section() 622 dumpconfig(int level, krb5_config_section *top) in dumpconfig() 624 krb5_config_section *x; in dumpconfig() 649 krb5_config_section *tmp_cf; in main()
|
| H A D | crypto-stubs.c | 98 const krb5_config_section *c, in krb5_config_get_string()
|
| H A D | krb5_locl.h | 264 krb5_config_section *cf;
|
| H A D | test_config.c | 193 krb5_config_section *c = NULL; in check_escaped_strings()
|
| H A D | krb5.h | 520 typedef krb5_config_binding krb5_config_section; typedef
|