Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h116 void (*evcb_evfinalize)(struct event *, void *); member
/freebsd-13.1/contrib/libevent/include/event2/
H A Devent_struct.h116 void (*evcb_evfinalize)(struct event *, void *); member
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent.c737 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize(ev, ev->ev_arg); in event_base_cancel_single_callback_()
1610 void (*evcb_evfinalize)(struct event *, void *); in event_process_active_single_queue() local
1614 evcb_evfinalize = ev->ev_evcallback.evcb_cb_union.evcb_evfinalize; in event_process_active_single_queue()
1617 evcb_evfinalize(ev, ev->ev_arg); in event_process_active_single_queue()
2157 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize = cb; in event_finalize_nolock_()
/freebsd-13.1/contrib/libevent/
H A Devent.c757 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize(ev, ev->ev_arg); in event_base_cancel_single_callback_()
1657 void (*evcb_evfinalize)(struct event *, void *); in event_process_active_single_queue() local
1661 evcb_evfinalize = ev->ev_evcallback.evcb_cb_union.evcb_evfinalize; in event_process_active_single_queue()
1664 evcb_evfinalize(ev, ev->ev_arg); in event_process_active_single_queue()
2204 ev->ev_evcallback.evcb_cb_union.evcb_evfinalize = cb; in event_finalize_nolock_()