Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c295 if(debugconf) { in create_unbound_context()
296 r = ub_ctx_config(ctx, debugconf); in create_unbound_context()
297 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context()
631 const char* root_hints, const char* debugconf, in resolve_name() argument
642 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
2223 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
2251 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2259 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2280 debugconf, srcaddr, ip4only, ip6only, port, use_sni)) in do_root_update_work()
2305 const char* debugconf = NULL; in main() local
[all …]