Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c254 if (QS_IS_UNDELIVERED(q->q_state))
260 QS_IS_UNDELIVERED(q->q_state)) ||
332 if (QS_IS_UNDELIVERED(q->q_state))
367 if (QS_IS_UNDELIVERED(q->q_state)
H A Dsrvrsmtp.c2988 if (!QS_IS_UNDELIVERED(vrfyqueue->q_state))
2997 (!QS_IS_UNDELIVERED(a->q_state)))
3919 if (!QS_IS_UNDELIVERED(a->q_state) && !all)
H A Drecipient.c827 if (QS_IS_UNDELIVERED(new->q_state))
H A Dsendmail.h316 #define QS_IS_UNDELIVERED(s) ((s) == QS_OK || \ macro
H A Dqueue.c708 if (!QS_IS_UNDELIVERED(q->q_state))