Home
last modified time | relevance | path

Searched refs:evcb_evfinalize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Devent_struct.h117 void (*evcb_evfinalize)(struct event *, void *); member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Devent_struct.h118 void (*evcb_evfinalize)(struct event *, void *); member
/netbsd-src/external/bsd/libevent/dist/
H A Devent.c803 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize(ev, ev->ev_arg); in event_base_cancel_single_callback_()
1707 void (*evcb_evfinalize)(struct event *, void *); in event_process_active_single_queue() local
1711 evcb_evfinalize = ev->ev_evcallback.evcb_cb_union.evcb_evfinalize; in event_process_active_single_queue()
1715 evcb_evfinalize(ev, ev->ev_arg); in event_process_active_single_queue()
2259 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize = cb; in event_finalize_nolock_()