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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c711 (ctx->ctx_mta_pflags & bit) == 0)
948 ctx->ctx_mta_pflags = (v & ~SMFI_INTERNAL) | internal_pflags;
987 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
991 ctx->ctx_mta_pflags|fake_pflags,
1032 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
1040 (long) ctx->ctx_id, r, ctx->ctx_mta_pflags,
1053 if ((ctx->ctx_mta_pflags & i) != i)
1067 if ((ctx->ctx_mta_pflags & b) != b &&
1095 if ((ctx->ctx_mta_pflags & i) != i)
1106 !bitset(SMFIP_NODATA, ctx->ctx_mta_pflags))
[all...]
H A Dlibmilter.h108 unsigned long ctx_mta_pflags; /* MTA protocol flags */ member in struct:smfi_str

Completed in 47 milliseconds