Searched refs:callback_what (Results 1 – 1 of 1) sorted by relevance
1223 int *callback_what = ctx; in pair_flush_eventcb() local1224 *callback_what = what; in pair_flush_eventcb()1234 int callback_what = 0; in test_bufferevent_pair_flush() local1242 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()