Searched refs:ctx_reply (Results 1 – 3 of 3) sorted by relevance
617 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;
659 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 = NULL;
104 char *ctx_reply; /* reply code */ member