Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c153 queueup(e, WILL_BE_QUEUED(mode), false);
492 if (!somedeliveries && !WILL_BE_QUEUED(mode) &&
514 if ((WILL_BE_QUEUED(mode) || mode == SM_FORK ||
536 queueup(ee, WILL_BE_QUEUED(mode), msync);
537 queueup(e, WILL_BE_QUEUED(mode), msync);
H A Drecipient.c708 if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
H A Dsrvrsmtp.c3792 if (WILL_BE_QUEUED(ee->e_sendmode))
3859 if (WILL_BE_QUEUED(ee->e_sendmode))
H A Dsendmail.h1589 #define WILL_BE_QUEUED(m) ((m) == SM_QUEUE || (m) == SM_DEFER) macro
H A Dqueue.c3850 if (WILL_BE_QUEUED(ei->e_sendmode))