Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Devent_struct.h119 void *evcb_arg; member
/external/libevent/
Devent-internal.h60 #define ev_arg ev_evcallback.evcb_arg
Devent.c805 evcb->evcb_cb_union.evcb_cbfinalize(evcb, evcb->evcb_arg); in event_base_cancel_single_callback_()
1569 void *evcb_arg; in event_persist_closure() local
1617 evcb_arg = ev->ev_arg; in event_persist_closure()
1623 (evcb_callback)(evcb_fd, evcb_res, evcb_arg); in event_persist_closure()
1697 evcb_selfcb(evcb, evcb->evcb_arg); in event_process_active_single_queue()
1720 evcb_cbfinalize(evcb, evcb->evcb_arg); in event_process_active_single_queue()
3103 cb->evcb_arg = arg; in event_deferred_cb_init_()