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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmilter.c75 # define SMFS_INMSG 'M' /* currently servicing a message */ macro
1856 m->mf_state != SMFS_INMSG)
2145 m->mf_state = SMFS_INMSG;
2229 (m->mf_state != SMFS_OPEN && m->mf_state != SMFS_INMSG))
4061 case SMFS_INMSG:
4127 case SMFS_INMSG:
4368 (m->mf_state != SMFS_OPEN && m->mf_state != SMFS_INMSG))
4371 m->mf_state = SMFS_INMSG;
4797 if (m->mf_sock < 0 || m->mf_state != SMFS_INMSG)

Completed in 64 milliseconds