Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent.c507 const struct timeval *tv_read, in bufferevent_set_timeouts() argument
512 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() local
539 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()