Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c303 if(root_hints) { in create_unbound_context()
304 r = ub_ctx_set_option(ctx, "root-hints:", root_hints); in create_unbound_context()
305 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context()
631 const char* root_hints, const char* debugconf, in resolve_name() argument
642 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
2223 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
2251 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2259 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2279 xmlname, p7sname, p7signer, res_conf, root_hints, in do_root_update_work()
2304 const char* root_hints = NULL; in main() local
[all …]
H A Dunbound-checkconf.c666 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
/freebsd-13.1/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c218 static const _citrus_prop_hint_t root_hints[] = { variable
252 root_hints, (void *)ei, s, lenvar); in _citrus_BIG5_encoding_module_init()
/freebsd-13.1/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c621 static const _citrus_prop_hint_t root_hints[] = { variable
637 root_hints, (void *)ei, var, lenvar); in _citrus_HZ_encoding_module_init()
/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h233 struct config_strlist* root_hints; member
H A Dconfig_file.c194 cfg->root_hints = NULL; in config_create()
627 else S_STRLIST("root-hints:", root_hints) in config_set_option()
1127 else O_LST(opt, "root-hints", root_hints) in config_get_option()
1557 config_delstrlist(cfg->root_hints); in config_delete()
H A Dconfigparser.y1256 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
/freebsd-13.1/contrib/unbound/iterator/
H A Diter_hints.c423 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()