Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Denvelope.c345 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 &&
347 TimeOuts.to_q_warning[e->e_timeoutclass])
406 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
424 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
Dreadcf.c4550 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
4551 TimeOuts.to_q_warning[TOC_URGENT] = toval;
4552 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
4553 TimeOuts.to_q_warning[TOC_DSN] = toval;
4559 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
4564 TimeOuts.to_q_warning[TOC_URGENT] = toval;
4569 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
4574 TimeOuts.to_q_warning[TOC_DSN] = toval;
Dsendmail.h2132 time_t to_q_warning[MAXTOCLASS]; /* queue warning timeouts */ member
Dconf.c341 TimeOuts.to_q_warning[i] = 0; /* option T */