Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c319 const char* debugconf, const char* srcaddr, int ip4only, int ip6only) in create_unbound_context() argument
331 if(debugconf) { in create_unbound_context()
332 r = ub_ctx_config(ctx, debugconf); in create_unbound_context()
333 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context()
673 const char* root_hints, const char* debugconf, in resolve_name() argument
684 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
2118 const char* debugconf, const char* srcaddr, int ip4only, int ip6only, in do_certupdate() argument
2131 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2406 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument
2412 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
[all …]