Searched refs:ctx_mta_pflags (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h108 unsigned long ctx_mta_pflags; /* MTA protocol flags */ member in struct:smfi_str
H A Dengine.c719 (ctx->ctx_mta_pflags & bit) == 0)
956 ctx->ctx_mta_pflags = (v & ~SMFI_INTERNAL) | internal_pflags;
995 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
999 ctx->ctx_mta_pflags|fake_pflags,
1040 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
1048 (long) ctx->ctx_id, r, ctx->ctx_mta_pflags,
1061 if ((ctx->ctx_mta_pflags & i) != i)
1075 if ((ctx->ctx_mta_pflags & b) != b &&
1103 if ((ctx->ctx_mta_pflags & i) != i)
1114 !bitset(SMFIP_NODATA, ctx->ctx_mta_pflags))
[all...]

Completed in 119 milliseconds