Home
last modified time | relevance | path

Searched refs:sig_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/unbound/testcode/
HDfake_event.c1033 if(runtime->sig_cb) in comm_base_dispatch()
1034 (*runtime->sig_cb)(SIGTERM, runtime->sig_cb_arg); in comm_base_dispatch()
1053 runtime->sig_cb = callback; in comm_signal_create()
/freebsd-head/crypto/openssl/ssl/
HDt1_lib.c2438 static int sig_cb(const char *elem, int len, void *arg) in sig_cb() function
2511 if (!CONF_parse_list(str, ':', 1, sig_cb, &sig)) in tls1_set_sigalgs_list()