Searched refs:timeout_read (Results 1 – 2 of 2) sorted by relevance
88 bufferevent_add(&bufev->ev_read, bufev->timeout_read); in bufferevent_read_pressure_cb()136 bufferevent_add(&bufev->ev_read, bufev->timeout_read); in bufferevent_readcb()156 bufferevent_add(&bufev->ev_read, bufev->timeout_read); in bufferevent_readcb()375 if (bufferevent_add(&bufev->ev_read, bufev->timeout_read) == -1) in bufferevent_enable()409 int timeout_read, int timeout_write) { in bufferevent_settimeout() argument410 bufev->timeout_read = timeout_read; in bufferevent_settimeout()414 bufferevent_add(&bufev->ev_read, timeout_read); in bufferevent_settimeout()
772 int timeout_read; /* in seconds */ member942 int timeout_read, int timeout_write);