Lines Matching defs:root_hints
288 create_unbound_context(const char* res_conf, const char* root_hints,
309 if(root_hints) {
310 r = ub_ctx_set_option(ctx, "root-hints:", root_hints);
311 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
634 * @param root_hints: root hints (if any).
644 const char* root_hints, const char* debugconf,
655 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1968 const char* p7signer, const char* res_conf, const char* root_hints,
1982 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2257 const char* root_hints, const char* debugconf, const char* srcaddr,
2263 ctx = create_unbound_context(res_conf, root_hints, debugconf,
2275 const char* p7signer, const char* res_conf, const char* root_hints,
2291 root_hints, debugconf, srcaddr, ip4only, ip6only);
2299 root_hints, debugconf, srcaddr, ip4only, ip6only);
2319 xmlname, p7sname, p7signer, res_conf, root_hints,
2344 const char* root_hints = NULL;
2392 root_hints = optarg;
2457 if (root_hints != NULL && unveil(root_hints, "r") == -1)
2458 err(1, "unveil %s", root_hints);
2466 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf,