Lines Matching refs:_ctx
14 static int cmd_batch_prerun(struct doveadm_mail_cmd_context *_ctx,
18 struct batch_cmd_context *ctx = (struct batch_cmd_context *)_ctx;
32 static int cmd_batch_run(struct doveadm_mail_cmd_context *_ctx,
35 struct batch_cmd_context *ctx = (struct batch_cmd_context *)_ctx;
43 _ctx->exit_code = (*cmdp)->exit_code;
101 cmd_batch_preinit(struct doveadm_mail_cmd_context *_ctx)
103 const char *const *args = _ctx->args;
104 struct batch_cmd_context *ctx = (struct batch_cmd_context *)_ctx;
115 p_array_init(&ctx->commands, _ctx->pool, 8);
116 p_array_init(&sep_args, _ctx->pool, 16);
136 cmd_batch_init(struct doveadm_mail_cmd_context *_ctx,
139 struct batch_cmd_context *ctx = (struct batch_cmd_context *)_ctx;
145 subctx->ctx.storage_service = _ctx->storage_service;
151 static void cmd_batch_deinit(struct doveadm_mail_cmd_context *_ctx)
153 struct batch_cmd_context *ctx = (struct batch_cmd_context *)_ctx;