Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/libunbound/
HDworker.h177 void remote_get_opt_ssl(char* line, void* arg);
HDlibworker.c1010 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/NextBSD/contrib/unbound/smallapp/
HDworker_cb.c247 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/NextBSD/contrib/unbound/util/
HDfptr_wlist.c411 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
/NextBSD/contrib/unbound/daemon/
HDremote.c2164 void remote_get_opt_ssl(char* line, void* arg) in remote_get_opt_ssl() function
2175 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()