Lines Matching defs:debugconf
289 const char* debugconf, const char* srcaddr, int ip4only, int ip6only)
301 if(debugconf) {
302 r = ub_ctx_config(ctx, debugconf);
303 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r));
635 * @param debugconf: unbound.conf for debugging options.
644 const char* root_hints, const char* debugconf,
655 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1969 const char* debugconf, const char* srcaddr, int ip4only, int ip6only,
1982 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2214 * The debugconf is to validation-override the date for testing.
2257 const char* root_hints, const char* debugconf, const char* srcaddr,
2263 ctx = create_unbound_context(res_conf, root_hints, debugconf,
2276 const char* debugconf, const char* srcaddr, int ip4only, int ip6only,
2291 root_hints, debugconf, srcaddr, ip4only, ip6only);
2299 root_hints, debugconf, srcaddr, ip4only, ip6only);
2320 debugconf, srcaddr, ip4only, ip6only, port, use_sni))
2345 const char* debugconf = NULL;
2398 debugconf = optarg;
2459 if (debugconf != NULL && unveil(debugconf, "r") == -1)
2460 err(1, "unveil %s", debugconf);
2466 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf,