Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/libunbound/
H A Dworker.h181 void remote_get_opt_ssl(char* line, void* arg);
H A Dlibworker.c1027 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 Dworker.h181 void remote_get_opt_ssl(char* line, void* arg);
H A Dlibworker.c1027 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 Dworker_cb.c238 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 Dfptr_wlist.c618 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
/openbsd/usr.sbin/unbound/testcode/
H A Dtestbound.c542 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 Dfptr_wlist.c618 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
/openbsd/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c1782 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 Dremote.c2853 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()