Home
last modified time | relevance | path

Searched refs:ev_evcallback (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devent-internal.h56 #define ev_pri ev_evcallback.evcb_pri
57 #define ev_flags ev_evcallback.evcb_flags
58 #define ev_closure ev_evcallback.evcb_closure
59 #define ev_callback ev_evcallback.evcb_cb_union.evcb_callback
60 #define ev_arg ev_evcallback.evcb_arg
H A Dbufferevent.c725 cbs[0] = &bufev->ev_read.ev_evcallback; in bufferevent_decref_and_unlock_()
726 cbs[1] = &bufev->ev_write.ev_evcallback; in bufferevent_decref_and_unlock_()
732 cbs[n_cbs++] = &e->ev_evcallback; in bufferevent_decref_and_unlock_()
H A Devent.c495 return EVUTIL_UPCAST(evcb, struct event, ev_evcallback); in event_callback_to_event()
501 return &ev->ev_evcallback; in event_to_event_callback()
799 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize(ev, ev->ev_arg); in event_base_cancel_single_callback_()
1706 evcb_evfinalize = ev->ev_evcallback.evcb_cb_union.evcb_evfinalize; in event_process_active_single_queue()
2254 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize = cb; in event_finalize_nolock_()
/freebsd/contrib/libevent/
H A Devent-internal.h56 #define ev_pri ev_evcallback.evcb_pri
57 #define ev_flags ev_evcallback.evcb_flags
58 #define ev_closure ev_evcallback.evcb_closure
59 #define ev_callback ev_evcallback.evcb_cb_union.evcb_callback
60 #define ev_arg ev_evcallback.evcb_arg
H A Dbufferevent.c725 cbs[0] = &bufev->ev_read.ev_evcallback; in bufferevent_decref_and_unlock_()
726 cbs[1] = &bufev->ev_write.ev_evcallback; in bufferevent_decref_and_unlock_()
732 cbs[n_cbs++] = &e->ev_evcallback; in bufferevent_decref_and_unlock_()
H A Devent.c495 return EVUTIL_UPCAST(evcb, struct event, ev_evcallback); in event_callback_to_event()
501 return &ev->ev_evcallback; in event_to_event_callback()
799 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize(ev, ev->ev_arg); in event_base_cancel_single_callback_()
1706 evcb_evfinalize = ev->ev_evcallback.evcb_cb_union.evcb_evfinalize; in event_process_active_single_queue()
2254 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize = cb; in event_finalize_nolock_()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h124 struct event_callback ev_evcallback; member
/freebsd/contrib/libevent/include/event2/
H A Devent_struct.h124 struct event_callback ev_evcallback; member
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_finalize.c367 array[0] = &ev1->ev_evcallback;
368 array[1] = &ev2->ev_evcallback;
/freebsd/contrib/libevent/test/
H A Dregress_finalize.c367 array[0] = &ev1->ev_evcallback;
368 array[1] = &ev2->ev_evcallback;