Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmilter.c1044 m->mf_state = SMFS_READY;
1053 if (m->mf_state != SMFS_READY &&
1054 m->mf_state != SMFS_CLOSED)
1059 m->mf_name, (char) m->mf_state);
1179 m->mf_state = SMFS_OPEN;
1247 m->mf_state = SMFS_READY;
1813 if (m->mf_state == SMFS_ERROR)
1817 m->mf_state == SMFS_CLOSED ||
1818 m->mf_state == SMFS_READY)
1821 m->mf_state = SMFS_CLOSED;
[all …]
Dsendmail.h1791 char mf_state; /* state of filter */ member