Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Denvelope.c357 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 &&
359 TimeOuts.to_q_warning[e->e_timeoutclass])
418 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
436 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
H A Dreadcf.c5470 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5471 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5472 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5473 TimeOuts.to_q_warning[TOC_DSN] = toval;
5479 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5484 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5489 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5494 TimeOuts.to_q_warning[TOC_DSN] = toval;
H A Dsendmail.h2355 time_t to_q_warning[MAXTOCLASS]; /* queue warning timeouts */ member
H A Dconf.c352 TimeOuts.to_q_warning[i] = 0; /* option T */