Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dworker.h181 void remote_get_opt_ssl(char* line, void* arg);
H A Dlibworker.c1030 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c238 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c638 else if(fptr == &remote_get_opt_ssl) return 1;
/freebsd/contrib/unbound/testcode/
H A Dtestbound.c662 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
H A Ddoqclient.c2731 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg))
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1785 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl()
1784 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) remote_get_opt_ssl() function
/freebsd/contrib/unbound/daemon/
H A Dremote.c3292 void remote_get_opt_ssl(char* line, void* arg) in remote_get_opt_ssl() function
3303 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()