HomeSort by relevance Sort by last modified time
    Searched defs:EV_READ (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
eventlib.h 77 #define EV_READ 1
  /external/chromium_org/third_party/libevent/
event.h 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; member in struct:bufferevent
916 @param event any combination of EV_READ | EV_WRITE.
927 @param event any combination of EV_READ | EV_WRITE
    [all...]

Completed in 96 milliseconds