Home | History | Annotate | Download | only in libevent

Lines Matching defs:EV_WRITE

197 #define EV_WRITE	0x04
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
557 EV_WRITE
580 EV_WRITE
635 EV_WRITE|EV_SIGNAL
759 struct event ev_write;
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