Searched refs:ctx_reply (Results 1 – 3 of 3) sorted by relevance
615 if (ctx->ctx_reply != NULL)616 free(ctx->ctx_reply);617 ctx->ctx_reply = buf;726 if (ctx->ctx_reply != NULL)727 free(ctx->ctx_reply);728 ctx->ctx_reply = buf;
663 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;812 if (ctx->ctx_reply != NULL)814 free(ctx->ctx_reply);815 ctx->ctx_reply = NULL;
104 char *ctx_reply; /* reply code */ member