Searched refs:WILL_BE_QUEUED (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Denvelope.c469 && WILL_BE_QUEUED(e->e_sendmode)
H A Ddeliver.c163 queueup(e, WILL_BE_QUEUED(mode), false);
502 if (!somedeliveries && !WILL_BE_QUEUED(mode) &&
524 if ((WILL_BE_QUEUED(mode) || mode == SM_FORK ||
546 queueup(ee, WILL_BE_QUEUED(mode), msync);
547 queueup(e, WILL_BE_QUEUED(mode), msync);
H A Drecipient.c713 if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
H A Dsrvrsmtp.c4322 if (WILL_BE_QUEUED(ee->e_sendmode))
4389 if (WILL_BE_QUEUED(ee->e_sendmode))
H A Dsendmail.h1796 #define WILL_BE_QUEUED(m) ((m) == SM_QUEUE || (m) == SM_DEFER) macro
H A Dqueue.c3891 if (WILL_BE_QUEUED(ei->e_sendmode))

Completed in 219 milliseconds