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

/dovecot/src/auth/
H A Dauth-postfix-connection.c35 static void postfix_input(struct auth_postfix_connection *conn);
101 conn->io = io_add(conn->fd, IO_READ, postfix_input, conn);
139 static void postfix_input(struct auth_postfix_connection *conn) function
182 conn->io = io_add(fd, IO_READ, postfix_input, conn);

Completed in 14 milliseconds