Lines Matching refs:root_hints
284 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument
305 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()
1957 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument
1971 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2246 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument
2252 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
2264 const char* p7signer, const char* res_conf, const char* root_hints, in do_root_update_work() argument
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
2379 root_hints = optarg; in main()
2431 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf, in main()