Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c614 if (ctx->ctx_reply != NULL)
615 free(ctx->ctx_reply);
616 ctx->ctx_reply = buf;
725 if (ctx->ctx_reply != NULL)
726 free(ctx->ctx_reply);
727 ctx->ctx_reply = buf;
H A Dengine.c663 if (ctx->ctx_reply != NULL &&
664 ((r == SMFIS_TEMPFAIL && *ctx->ctx_reply == '4') ||
665 (r == SMFIS_REJECT && *ctx->ctx_reply == '5')))
668 ctx->ctx_reply,
669 strlen(ctx->ctx_reply) + 1);
670 free(ctx->ctx_reply);
671 ctx->ctx_reply = NULL;
816 if (ctx->ctx_reply != NULL)
818 free(ctx->ctx_reply);
819 ctx->ctx_reply = NULL;
H A Dlibmilter.h104 char *ctx_reply; /* reply code */ member