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

/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c272 create_unbound_context(const char* res_conf, const char* root_hints, argument
289 if(res_conf) {
290 r = ub_ctx_resolvconf(ctx, res_conf);
291 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r));
606 * @param res_conf: resolv.conf (if any).
615 resolve_name(const char* host, int port, const char* res_conf, argument
626 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1909 const char* p7signer, const char* res_conf, const char* root_hints,
1921 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2193 const char* p7signer, const char* res_conf, cons
1907 do_certupdate(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int port, struct ub_result* dnskey) argument
2191 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int force, int port) argument
2250 const char* res_conf = NULL; local
[all...]

Completed in 53 milliseconds