Searched refs:callback_what (Results 1 – 1 of 1) sorted by relevance
1195 int *callback_what = ctx; in pair_flush_eventcb() local1196 *callback_what = what; in pair_flush_eventcb()1206 int callback_what = 0; in test_bufferevent_pair_flush() local1214 bufferevent_setcb(bev2, NULL, NULL, pair_flush_eventcb, &callback_what); in test_bufferevent_pair_flush()1220 tt_assert(callback_what == (BEV_EVENT_READING | BEV_EVENT_EOF)); in test_bufferevent_pair_flush()