Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c1223 int *callback_what = ctx; in pair_flush_eventcb() local
1224 *callback_what = what; in pair_flush_eventcb()
1234 int callback_what = 0; in test_bufferevent_pair_flush() local
1242 bufferevent_setcb(bev2, NULL, NULL, pair_flush_eventcb, &callback_what); in test_bufferevent_pair_flush()
1248 tt_assert(callback_what == (BEV_EVENT_READING | BEV_EVENT_EOF)); in test_bufferevent_pair_flush()
/freebsd/contrib/libevent/test/
H A Dregress_bufferevent.c1223 int *callback_what = ctx; in pair_flush_eventcb() local
1224 *callback_what = what; in pair_flush_eventcb()
1234 int callback_what = 0; in test_bufferevent_pair_flush() local
1242 bufferevent_setcb(bev2, NULL, NULL, pair_flush_eventcb, &callback_what); in test_bufferevent_pair_flush()
1248 tt_assert(callback_what == (BEV_EVENT_READING | BEV_EVENT_EOF)); in test_bufferevent_pair_flush()