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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c617 if (ctx->ctx_reply != NULL)
618 free(ctx->ctx_reply);
619 ctx->ctx_reply = buf;
728 if (ctx->ctx_reply != NULL)
729 free(ctx->ctx_reply);
730 ctx->ctx_reply = buf;
H A Dengine.c659 if (ctx->ctx_reply != NULL &&
660 ((r == SMFIS_TEMPFAIL && *ctx->ctx_reply == '4') ||
661 (r == SMFIS_REJECT && *ctx->ctx_reply == '5')))
664 ctx->ctx_reply,
665 strlen(ctx->ctx_reply) + 1);
666 free(ctx->ctx_reply);
667 ctx->ctx_reply = NULL;
808 if (ctx->ctx_reply != NULL)
810 free(ctx->ctx_reply);
811 ctx->ctx_reply
[all...]
H A Dlibmilter.h104 char *ctx_reply; /* reply code */ member in struct:smfi_str

Completed in 48 milliseconds