Lines Matching defs:socket_path
18 const char *socket_path;
32 i_fatal("write(%s) failed: %m", ctx->socket_path);
41 fd = doveadm_connect(ctx->socket_path);
52 i_fatal("read(%s) failed: %s", ctx->socket_path,
55 i_fatal("%s disconnected", ctx->socket_path);
57 i_fatal("read(%s) timed out", ctx->socket_path);
62 ctx->socket_path);
69 i_fatal("read(%s) failed: %s", ctx->socket_path,
83 ctx->socket_path = t_strconcat(doveadm_settings->base_dir,
89 ctx->socket_path = optarg;