Home
last modified time | relevance | path

Searched refs:e_timeoutclass (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/sendmail/src/
HDenvelope.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],
357 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],
440 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
HDheaders.c979 e->e_timeoutclass = TOC_NONURGENT;
981 e->e_timeoutclass = TOC_URGENT;
1034 e->e_timeoutclass = TOC_DSN;
1048 e->e_timeoutclass = TOC_URGENT;
1050 e->e_timeoutclass = TOC_NORMAL;
1052 e->e_timeoutclass = TOC_NONURGENT;
1054 e->e_timeoutclass = TOC_DSN;
1057 e->e_timeoutclass = TOC_DSN;
HDsavemail.c1408 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
HDsendmail.h1120 short e_timeoutclass; /* message timeout class */ member
HDdeliver.c923 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||