Searched defs:a_ctx (Results 1 - 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c26 SMFICTX_PTR a_ctx; /* context */ member in struct:arg_struct
263 arg.a_ctx = ctx;
849 if (g == NULL || g->a_ctx->ctx_smfi == NULL)
851 ctx = g->a_ctx;
969 if (g->a_ctx->ctx_smfi != NULL &&
970 g->a_ctx->ctx_smfi->xxfi_version > 4 &&
971 (fi_negotiate = g->a_ctx->ctx_smfi->xxfi_negotiate) != NULL)
989 r = fi_negotiate(g->a_ctx,
1177 mi_clr_macros(g->a_ctx, g->a_idx + 1);
1178 if (g->a_ctx
[all...]

Completed in 897 milliseconds