Home
last modified time | relevance | path

Searched refs:timeout_read (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
Devbuffer.c88 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() argument
410 bufev->timeout_read = timeout_read; in bufferevent_settimeout()
414 bufferevent_add(&bufev->ev_read, timeout_read); in bufferevent_settimeout()
Devent.h772 int timeout_read; /* in seconds */ member
942 int timeout_read, int timeout_write);