Home
last modified time | relevance | path

Searched refs:root_hints (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c272 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 …]
HDunbound-checkconf.c388 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
/NextBSD/lib/libiconv_modules/BIG5/
HDcitrus_big5.c216 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/
HDconfig_file.h154 struct config_strlist* root_hints; member
HDconfig_file.c157 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()
HDconfigparser.y519 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
/NextBSD/lib/libiconv_modules/HZ/
HDcitrus_hz.c619 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/
HDiter_hints.c402 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()