Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c284 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument
301 if(res_conf) { in create_unbound_context()
302 r = ub_ctx_resolvconf(ctx, res_conf); in create_unbound_context()
303 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r)); in create_unbound_context()
632 resolve_name(const char* host, int port, const char* res_conf, in resolve_name() argument
644 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
1957 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument
1971 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2245 fetch_root_key(const char* root_anchor_file, const char* res_conf, in fetch_root_key() argument
2252 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
[all …]