Searched refs:root_hints (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 303 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 D | unbound-checkconf.c | 666 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
|
| /freebsd-13.1/lib/libiconv_modules/BIG5/ |
| H A D | citrus_big5.c | 218 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 D | citrus_hz.c | 621 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 D | config_file.h | 233 struct config_strlist* root_hints; member
|
| H A D | config_file.c | 194 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 D | configparser.y | 1256 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iter_hints.c | 423 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()
|