Searched refs:root_hints (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 272 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument 293 if(root_hints) { in create_unbound_context() 294 r = ub_ctx_set_option(ctx, "root-hints:", root_hints); in create_unbound_context() 295 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context() 616 const char* root_hints, const char* debugconf, int ip4only, int ip6only) in resolve_name() argument 626 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name() 1909 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument 1921 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate() 2193 const char* p7signer, const char* res_conf, const char* root_hints, in do_root_update_work() argument 2207 ctx = create_unbound_context(res_conf, root_hints, debugconf, in do_root_update_work() [all …]
|
| HD | unbound-checkconf.c | 388 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
|
| /NextBSD/lib/libiconv_modules/BIG5/ |
| HD | citrus_big5.c | 216 static const _citrus_prop_hint_t root_hints[] = { variable 250 root_hints, (void *)ei, s, lenvar); in _citrus_BIG5_encoding_module_init()
|
| /NextBSD/contrib/unbound/util/ |
| HD | config_file.h | 154 struct config_strlist* root_hints; member
|
| HD | config_file.c | 157 cfg->root_hints = NULL; in config_create() 417 else S_STRLIST("root-hints:", root_hints) in config_set_option() 726 else O_LST(opt, "root-hints", root_hints) in config_get_option() 933 config_delstrlist(cfg->root_hints); in config_delete()
|
| HD | configparser.y | 519 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
|
| /NextBSD/lib/libiconv_modules/HZ/ |
| HD | citrus_hz.c | 619 static const _citrus_prop_hint_t root_hints[] = { variable 635 root_hints, (void *)ei, var, lenvar); in _citrus_HZ_encoding_module_init()
|
| /NextBSD/contrib/unbound/iterator/ |
| HD | iter_hints.c | 402 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()
|