Searched refs:root_hints (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 284 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument 305 if(root_hints) { in create_unbound_context() 306 r = ub_ctx_set_option(ctx, "root-hints:", root_hints); in create_unbound_context() 307 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context() 639 const char* root_hints, const char* debugconf, in resolve_name() argument 650 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name() 1963 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument 1977 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate() 2252 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument 2258 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key() [all …]
|
| H A D | unbound-checkconf.c | 748 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
|
| /freebsd/lib/libiconv_modules/BIG5/ |
| H A D | citrus_big5.c | 217 static const _citrus_prop_hint_t root_hints[] = { variable 251 root_hints, (void *)ei, s, lenvar); in _citrus_BIG5_encoding_module_init()
|
| /freebsd/lib/libiconv_modules/HZ/ |
| H A D | citrus_hz.c | 620 static const _citrus_prop_hint_t root_hints[] = { variable 636 root_hints, (void *)ei, var, lenvar); in _citrus_HZ_encoding_module_init()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 254 struct config_strlist* root_hints; member
|
| H A D | config_file.c | 207 cfg->root_hints = NULL; in config_create() 714 else S_STRLIST("root-hints:", root_hints) in config_set_option() 1264 else O_LST(opt, "root-hints", root_hints) in config_get_option() 1765 config_delstrlist(cfg->root_hints); in config_delete()
|
| H A D | configparser.y | 1406 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
|
| H A D | configparser.c | 4357 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_hints.c | 426 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5184 m += getmem_config_strlist(cfg->root_hints); in config_file_getmem() 5915 COPY_VAR_ptr(root_hints); in fr_atomic_copy_cfg()
|