Searched defs:pipe1 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-pipe.c586 struct dsync_ibc_pipe *pipe1, *pipe2; local
588 pipe1 = dsync_ibc_pipe_alloc();
590 pipe1->remote = pipe2;
591 pipe2->remote = pipe1;
592 *ibc1_r = &pipe1->ibc;

Completed in 636 milliseconds