Searched defs:run_type (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-dsync.c90 enum dsync_run_type run_type; member in struct:dsync_cmd_context
634 if (ctx->run_type == DSYNC_RUN_TYPE_LOCAL)
675 switch (ctx->run_type) {
742 if (ctx->run_type == DSYNC_RUN_TYPE_CMD) {
882 ctx->run_type = DSYNC_RUN_TYPE_STREAM;
942 ctx->run_type = DSYNC_RUN_TYPE_LOCAL;
979 ctx->run_type = DSYNC_RUN_TYPE_CMD;
983 ctx->run_type == DSYNC_RUN_TYPE_LOCAL)

Completed in 15 milliseconds