Lines Matching refs:remote_cmd_args
77 const char *const *remote_cmd_args;
152 ctx->remote_cmd_args = p_strarray_dup(ctx->ctx.pool, args);
462 const char *const *remote_cmd_args)
468 t_strarray_join(remote_cmd_args, " "));
471 t_strarray_join(remote_cmd_args, " "));
477 t_strarray_join(remote_cmd_args, " "));
748 ctx->remote_cmd_args);
931 const char *const *remote_cmd_args = NULL;
960 if (!mirror_get_remote_cmd(ctx, username, &remote_cmd_args)) {
969 if (remote_cmd_args == NULL && ctx->local_location != NULL) {
971 &remote_cmd_args, error_r) < 0)
975 if (remote_cmd_args != NULL) {
978 run_cmd(ctx, remote_cmd_args);