Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c284 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()
633 const char* root_hints, const char* debugconf, in resolve_name() argument
644 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
1957 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument
1971 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2246 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument
2252 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
[all …]
H A Dunbound-checkconf.c707 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
/freebsd/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c217 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 Dcitrus_hz.c620 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 Dconfig_file.h251 struct config_strlist* root_hints; member
H A Dconfig_file.c207 cfg->root_hints = NULL; in config_create()
686 else S_STRLIST("root-hints:", root_hints) in config_set_option()
1232 else O_LST(opt, "root-hints", root_hints) in config_get_option()
1688 config_delstrlist(cfg->root_hints); in config_delete()
H A Dconfigparser.y1396 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
H A Dconfigparser.c4345 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
/freebsd/contrib/unbound/iterator/
H A Diter_hints.c426 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()