Lines Matching refs:root_hints
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()
2241 const char* p7signer, const char* res_conf, const char* root_hints, in do_root_update_work() argument
2257 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2265 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2285 xmlname, p7sname, p7signer, res_conf, root_hints, in do_root_update_work()
2310 const char* root_hints = NULL; in main() local
2356 root_hints = optarg; in main()
2408 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf, in main()