Home
last modified time | relevance | path

Searched refs:debugconf (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c273 const char* debugconf, int ip4only, int ip6only) in create_unbound_context() argument
285 if(debugconf) { in create_unbound_context()
286 r = ub_ctx_config(ctx, debugconf); in create_unbound_context()
287 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context()
616 const char* root_hints, const char* debugconf, int ip4only, int ip6only) in resolve_name() argument
626 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
1910 const char* debugconf, int ip4only, int ip6only, int port, in do_certupdate() argument
1921 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2194 const char* debugconf, int ip4only, int ip6only, int force, int port) in do_root_update_work() argument
2207 ctx = create_unbound_context(res_conf, root_hints, debugconf, in do_root_update_work()
[all …]