Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-anchor.c305 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()
2252 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
2280 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2288 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2308 xmlname, p7sname, p7signer, res_conf, root_hints, in do_root_update_work()
2333 const char* root_hints = NULL; in main() local
[all …]
H A Dunbound-checkconf.c707 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/unbound/iterator/
H A Diter_hints.c426 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()