Searched refs:timeout_mark (Results 1 – 6 of 6) sorted by relevance
477 s->timeout_mark = time(NULL) + timeout; in prot_settimeout()489 s->timeout_mark = time(NULL) + s->read_timeout; in prot_resettimeout()706 read_timeout = s->dontblock ? now : s->timeout_mark; in prot_fill()1513 (!have_thistimeout || s->timeout_mark - now < this_timeout)) { in prot_select()1514 this_timeout = s->timeout_mark - now; in prot_select()
128 time_t timeout_mark; member
492 s->timeout_mark = time(NULL) + timeout; in prot_settimeout()504 s->timeout_mark = time(NULL) + s->read_timeout; in prot_resettimeout()721 read_timeout = s->dontblock ? now : s->timeout_mark; in prot_fill()1534 (!have_thistimeout || s->timeout_mark - now < this_timeout)) { in prot_select()1535 this_timeout = s->timeout_mark - now; in prot_select()
489 s->timeout_mark = time(NULL) + timeout; in prot_settimeout()501 s->timeout_mark = time(NULL) + s->read_timeout; in prot_resettimeout()715 read_timeout = s->dontblock ? now : s->timeout_mark; in prot_fill()1525 (!have_thistimeout || s->timeout_mark - now < this_timeout)) { in prot_select()1526 this_timeout = s->timeout_mark - now; in prot_select()