Home | History | Annotate | Download | only in libevent

Lines Matching refs:ev_read

268 	/** Enables one or more of EV_READ|EV_WRITE on a bufferevent.  Does
274 /** Disables one or more of EV_READ|EV_WRITE on a bufferevent. Does
346 @param event any combination of EV_READ | EV_WRITE.
392 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
406 * anything else with ev_read and ev_write, to handle timeouts.
408 /** Internal use: Set up the ev_read and ev_write callbacks so that
415 * that enabled EV_READ or EV_WRITE, or that disables EV_READ or EV_WRITE. */
429 event_add(&(bev)->ev_read, &(bev)->timeout_read); \
439 event_del(&(bev)->ev_read)