Home
last modified time | relevance | path

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

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