Lines Matching defs:socket_path
42 char *socket_path;
234 i_free(pl->socket_path);
266 i_error("fd_read(%s) failed: %m", pl->socket_path);
269 pl->socket_path);
287 pl->socket_path);
295 const char *socket_path)
304 fd = net_connect_unix_with_retries(socket_path, 1000);
307 socket_path, errno != EAGAIN ? "" :
324 i_error("write(%s) failed: %m", socket_path);
326 i_error("write(%s) failed: partial write", socket_path);
336 pl->socket_path = i_strdup(socket_path);