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

  /external/chromium/third_party/libevent/
evbuffer.c 201 bufferevent_add(&bufev->ev_write, bufev->timeout_write);
215 bufferevent_add(&bufev->ev_write, bufev->timeout_write);
254 event_set(&bufev->ev_write, fd, EV_WRITE, bufferevent_writecb, bufev);
259 * Set to EV_WRITE so that using bufferevent_write is going to
263 bufev->enabled = EV_WRITE;
283 event_del(&bufev->ev_write);
286 event_set(&bufev->ev_write, fd, EV_WRITE, bufferevent_writecb, bufev);
289 event_base_set(bufev->ev_base, &bufev->ev_write);
    [all...]
event.h 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; 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 21 milliseconds