Searched refs:remote_get_opt_ssl (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/unbound/libunbound/ |
H A D | worker.h | 181 void remote_get_opt_ssl(char* line, void* arg);
|
H A D | libworker.c | 1027 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
|
/openbsd/sbin/unwind/libunbound/libunbound/ |
H A D | worker.h | 181 void remote_get_opt_ssl(char* line, void* arg);
|
H A D | libworker.c | 1027 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | worker_cb.c | 238 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | fptr_wlist.c | 618 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | testbound.c | 542 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
|
/openbsd/usr.sbin/unbound/util/ |
H A D | fptr_wlist.c | 618 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 1782 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
|
/openbsd/usr.sbin/unbound/daemon/ |
H A D | remote.c | 2853 void remote_get_opt_ssl(char* line, void* arg) in remote_get_opt_ssl() function 2864 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()
|