Home
last modified time | relevance | path

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

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dprot.c477 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()
H A Dprot.h128 time_t timeout_mark; member
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dprot.c492 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()
H A Dprot.h128 time_t timeout_mark; member
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dprot.c489 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()
H A Dprot.h128 time_t timeout_mark; member