Lines Matching defs:socket_path
27 const char *socket_path, *const *args;
36 socket_path = args[0];
39 if (*socket_path != '/') {
40 socket_path = t_strconcat(user->set->base_dir, "/",
41 socket_path, NULL);
43 if ((fd = net_connect_unix_with_retries(socket_path, 1000)) < 0) {
47 socket_path));
50 socket_path);
70 i_error("write(%s) failed: %m", socket_path);
74 i_error("welcome: read(%s) failed: %m", socket_path);
76 i_error("welcome: %s failed: Only %d bytes read", socket_path, ret);
78 i_error("welcome: %s failed: Script returned error", socket_path);
81 i_error("close(%s) failed: %m", socket_path);