Lines Matching refs:debugconf
285 const char* debugconf, const char* srcaddr, int ip4only, int ip6only) in create_unbound_context() argument
297 if(debugconf) { in create_unbound_context()
298 r = ub_ctx_config(ctx, debugconf); in create_unbound_context()
299 if(r) ub_ctx_error_exit(ctx, debugconf, 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()
1958 const char* debugconf, const char* srcaddr, int ip4only, int ip6only, 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()
2265 const char* debugconf, const char* srcaddr, int ip4only, int ip6only, 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()
2309 debugconf, srcaddr, ip4only, ip6only, port, use_sni)) in do_root_update_work()
2334 const char* debugconf = NULL; in main() local
2385 debugconf = optarg; in main()
2431 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf, in main()