Searched refs:fifo_path (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/replication/
H A Dreplication-plugin.c47 static char *fifo_path; variable
59 fifo_fd = open(fifo_path, O_WRONLY | O_NONBLOCK);
61 i_error("open(%s) failed: %m", fifo_path);
86 i_error("write(%s) wrote partial data", fifo_path);
91 i_error("write(%s) failed: %m", fifo_path);
97 i_error("close(%s) failed: %m", fifo_path);
323 "due to fifo being busy", fifo_path);
358 if (fifo_path == NULL) {
361 fifo_path = i_strconcat(user->set->base_dir,
400 i_close_fd_path(&fifo_fd, fifo_path);
[all...]

Completed in 453 milliseconds