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

/dovecot/src/plugins/replication/
H A Dreplication-plugin.c45 static int fifo_fd; variable
58 if (fifo_fd == -1) {
59 fifo_fd = open(fifo_path, O_WRONLY | O_NONBLOCK);
60 if (fifo_fd == -1) {
82 ret = write(fifo_fd, str_data(str), str_len(str));
96 if (close(fifo_fd) < 0)
98 fifo_fd = -1;
393 fifo_fd = -1;
400 i_close_fd_path(&fifo_fd, fifo_path);

Completed in 21 milliseconds