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

/dovecot/src/master/
H A Dservice-anvil.c59 static int anvil_send_handshake(int fd, const char **error_r) function
113 if (anvil_send_handshake(anvil->blocking_fd[1], &error) < 0 ||
114 anvil_send_handshake(anvil->nonblocking_fd[1], &error) < 0)

Completed in 8 milliseconds