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

/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dengine.c982 unsigned long m_aflags, m_pflags, m_f2, m_f3; local
994 m_pflags = ctx->ctx_pflags;
996 m_pflags |= SMFIP_SKIP;
1001 &m_aflags, &m_pflags, &m_f2, &m_f3);
1004 testmode = bitset(SMFIP_TEST, m_pflags);
1006 m_pflags &= ~SMFIP_TEST;
1055 ctx->ctx_pflags = m_pflags;
1056 ctx->ctx_pflags2mta = m_pflags;

Completed in 107 milliseconds