Home | History | Annotate | Download | only in libevent

Lines Matching refs:ev_write

229 	/** Enables one or more of EV_READ|EV_WRITE on a bufferevent.  Does
235 /** Disables one or more of EV_READ|EV_WRITE on a bufferevent. Does
296 first resets 'connecting' flag to force EV_WRITE down for sure.
302 @param event any combination of EV_READ | EV_WRITE.
339 * anything else with ev_read and ev_write, to handle timeouts.
341 /** Internal use: Set up the ev_read and ev_write callbacks so that
345 /** Internal use: Delete the ev_read and ev_write callbacks if they're pending.
351 * that enabled EV_READ or EV_WRITE, or that disables EV_READ or EV_WRITE. */
366 event_add(&(bev)->ev_write, &(bev)->timeout_write); \
371 event_del(&(bev)->ev_write)