Searched refs:tv_read (Results 1 – 1 of 1) sorted by relevance
484 const struct timeval *tv_read, in bufferevent_set_timeouts() argument489 if (tv_read) { in bufferevent_set_timeouts()490 bufev->timeout_read = *tv_read; in bufferevent_set_timeouts()513 struct timeval tv_read, tv_write; in bufferevent_settimeout() local516 memset(&tv_read, 0, sizeof(tv_read)); in bufferevent_settimeout()520 tv_read.tv_sec = timeout_read; in bufferevent_settimeout()521 ptv_read = &tv_read; in bufferevent_settimeout()