Searched refs:write_a_byte_cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 1833 write_a_byte_cb(evutil_socket_t fd, short what, void *arg) in write_a_byte_cb() function 1865 ev2 = event_new(data->base, data->pair[1], EV_WRITE|EV_PERSIST, write_a_byte_cb, NULL); in test_active_later()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 1833 write_a_byte_cb(evutil_socket_t fd, short what, void *arg) in write_a_byte_cb() function 1865 ev2 = event_new(data->base, data->pair[1], EV_WRITE|EV_PERSIST, write_a_byte_cb, NULL); in test_active_later()
|