| /src/external/bsd/unbound/dist/testcode/ |
| replay.h | 319 void (*sig_cb)(int, void*); member in struct:replay_runtime
|
| fake_event.c | 1049 if(runtime->sig_cb) 1050 (*runtime->sig_cb)(SIGTERM, runtime->sig_cb_arg); 1069 runtime->sig_cb = callback;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_lib.c | 1956 static int sig_cb(const char *elem, int len, void *arg) function 2029 if (!CONF_parse_list(str, ':', 1, sig_cb, &sig))
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 3701 static int sig_cb(const char *elem, int len, void *arg) function 3816 if (!CONF_parse_list(str, ':', 1, sig_cb, &sig))
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_lib.c | 2438 static int sig_cb(const char *elem, int len, void *arg) function 2511 if (!CONF_parse_list(str, ':', 1, sig_cb, &sig))
|