Home
last modified time | relevance | path

Searched refs:mf_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmilter.c1042 m->mf_state = SMFS_READY;
1051 if (m->mf_state != SMFS_READY &&
1052 m->mf_state != SMFS_CLOSED)
1057 m->mf_name, (char) m->mf_state);
1177 m->mf_state = SMFS_OPEN;
1245 m->mf_state = SMFS_READY;
1811 if (m->mf_state == SMFS_ERROR)
1815 m->mf_state == SMFS_CLOSED ||
1816 m->mf_state == SMFS_READY)
1819 m->mf_state = SMFS_CLOSED;
[all …]
H A Dsendmail.h2083 char mf_state; /* state of filter */ member