Home | History | Annotate | Download | only in libevent

Lines Matching refs:EV_READ

196 #define EV_READ		0x02
529 either EV_READ, EV_WRITE, or both. Indicating that an application can read
534 EV_READ, or EV_WRITE. The additional flag EV_PERSIST makes an event_add()
539 @param event desired events to monitor; can be EV_READ and/or EV_WRITE
556 @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
579 @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
634 @param event the requested event type; any of EV_TIMEOUT|EV_READ|
758 struct event ev_read;
916 @param event any combination of EV_READ | EV_WRITE.
927 @param event any combination of EV_READ | EV_WRITE.
956 @param events EV_READ, EV_WRITE or both