Searched refs:timeout_cb (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/sample/ |
| H A D | time-test.c | 44 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function 96 event_assign(&timeout, base, -1, flags, timeout_cb, (void*) &timeout); in main()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | test-changelist.c | 157 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function 193 timeout = evtimer_new(base,timeout_cb,&timeout); in main()
|
| H A D | regress.c | 236 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function 627 evtimer_set(&ev, timeout_cb, NULL); in test_simpletimeout() 2047 evtimer_set(&ev, timeout_cb, NULL); in test_loopexit() 2877 t = evtimer_new(data->base, timeout_cb, NULL); in test_event_pending() 3197 if (event_get_callback(ev) != timeout_cb) in foreach_count_cb() 3213 if (event_get_callback(ev) != timeout_cb) in foreach_find_cb() 3236 ev[i] = event_new(base, -1, 0, timeout_cb, &visited[i]); in test_event_foreach()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | benchmark-udp-pummel.c | 135 static void timeout_cb(uv_timer_t* timer) { in timeout_cb() function 166 ASSERT(0 == uv_timer_start(&timer_handle, timeout_cb, timeout, 0)); in pummel()
|
| H A D | test-udp-ipv6.c | 138 static void timeout_cb(uv_timer_t* timer) { in timeout_cb() function 199 r = uv_timer_start(&timeout, timeout_cb, 500, 0); in do_test()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_sess.c | 1051 static void timeout_cb(SSL_SESSION *s, TIMEOUT_PARAM *p) in timeout_cb() function 1082 lh_SSL_SESSION_doall_TIMEOUT_PARAM(tp.cache, timeout_cb, &tp); in SSL_CTX_flush_sessions()
|