Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Denvelope.c232 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
241 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW &&
321 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
339 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
440 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
H A Dreadcf.c5499 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5500 TimeOuts.to_q_return[TOC_URGENT] = toval;
5501 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5502 TimeOuts.to_q_return[TOC_DSN] = toval;
5508 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5513 TimeOuts.to_q_return[TOC_URGENT] = toval;
5518 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5523 TimeOuts.to_q_return[TOC_DSN] = toval;
H A Dsavemail.c1408 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
H A Dsendmail.h2354 time_t to_q_return[MAXTOCLASS]; /* queue return timeouts */ member
H A Dconf.c351 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
H A Ddeliver.c923 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||