Home
last modified time | relevance | path

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

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Denvelope.c231 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
240 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW &&
320 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
338 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
439 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
H A Dreadcf.c5197 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5198 TimeOuts.to_q_return[TOC_URGENT] = toval;
5199 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5200 TimeOuts.to_q_return[TOC_DSN] = toval;
5206 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5211 TimeOuts.to_q_return[TOC_URGENT] = toval;
5216 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5221 TimeOuts.to_q_return[TOC_DSN] = toval;
H A Dsavemail.c1399 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
H A Dsendmail.h2212 time_t to_q_return[MAXTOCLASS]; /* queue return timeouts */ member
H A Dconf.c346 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
H A Ddeliver.c828 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||