/netbsd-src/external/bsd/unbound/dist/testdata/root_hints.tdir/ |
H A D | root_hints.dsc | 1 BaseName: root_hints 11 Pre: root_hints.pre 13 Test: root_hints.test
|
H A D | root_hints.pre | 1 # #-- root_hints.pre --#
|
H A D | root_hints.test | 1 # #-- root_hints.test --#
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-anchor.c | 282 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument 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() 638 const char* root_hints, const char* debugconf, in resolve_name() argument 649 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name() 1935 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument 1949 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate() 2223 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument 2229 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key() [all …]
|
H A D | unbound-checkconf.c | 703 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
|
/netbsd-src/lib/libc/citrus/modules/ |
H A D | citrus_big5.c | 240 static const _citrus_prop_hint_t root_hints[] = { variable 278 root_hints, (void *)ei, s, lenvar); in _citrus_BIG5_encoding_module_init()
|
H A D | citrus_hz.c | 688 static const _citrus_prop_hint_t root_hints[] = { variable 706 root_hints, (void *)ei, var, lenvar); in _citrus_HZ_encoding_module_init()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 246 struct config_strlist* root_hints; member
|
H A D | config_file.c | 201 cfg->root_hints = NULL; in config_create() 660 else S_STRLIST("root-hints:", root_hints) in config_set_option() 1183 else O_LST(opt, "root-hints", root_hints) in config_get_option() 1628 config_delstrlist(cfg->root_hints); in config_delete()
|
H A D | configparser.y | 1320 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
|
H A D | configparser.c | 4154 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | config.rst | 143 .. attribute:: root_hints
|
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iter_hints.c | 423 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | interface.i | 1003 struct config_strlist* root_hints;
|