Home
last modified time | relevance | path

Searched refs:ev_res (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Devent.c1326 (*ev->ev_callback)(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_signal_closure()
1543 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure()
1551 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure()
1573 evcb_res = ev->ev_res; in event_persist_closure()
1612 ev->ev_res & EV_READ ? "EV_READ " : " ", in event_process_active_single_queue()
1613 ev->ev_res & EV_WRITE ? "EV_WRITE " : " ", in event_process_active_single_queue()
1614 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ", in event_process_active_single_queue()
1646 evcb_callback(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_process_active_single_queue()
2080 ev->ev_res = 0; in event_assign()
2340 flags |= ev->ev_res; in event_pending()
[all …]
/external/libevent/include/event2/
Devent_struct.h152 short ev_res; /* result passed to event callback */ member