Searched refs:tv_read (Results 1 – 1 of 1) sorted by relevance
507 const struct timeval *tv_read, in bufferevent_set_timeouts() argument512 if (tv_read) { in bufferevent_set_timeouts()513 bufev->timeout_read = *tv_read; in bufferevent_set_timeouts()536 struct timeval tv_read, tv_write; in bufferevent_settimeout() local539 memset(&tv_read, 0, sizeof(tv_read)); in bufferevent_settimeout()543 tv_read.tv_sec = timeout_read; in bufferevent_settimeout()544 ptv_read = &tv_read; in bufferevent_settimeout()