Searched refs:n_write_a_byte_cb (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress.c | 1747 static int n_write_a_byte_cb=0; variable 1755 ++n_write_a_byte_cb; in write_a_byte_cb() 1795 n_write_a_byte_cb, n_read_and_drain_cb, n_activate_other_event_cb)); in test_active_later() 1799 tt_int_op(n_write_a_byte_cb, ==, n_activate_other_event_cb); in test_active_later() 1800 tt_int_op(n_write_a_byte_cb, >, 100); in test_active_later()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress.c | 1644 static int n_write_a_byte_cb=0; variable 1652 ++n_write_a_byte_cb; in write_a_byte_cb() 1692 n_write_a_byte_cb, n_read_and_drain_cb, n_activate_other_event_cb)); in test_active_later() 1696 tt_int_op(n_write_a_byte_cb, ==, n_activate_other_event_cb); in test_active_later() 1697 tt_int_op(n_write_a_byte_cb, >, 100); in test_active_later()
|