Searched defs:tcpwrap_client_input (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/util/ | ||
H A D | tcpwrap.c | 46 static void tcpwrap_client_input(struct tcpwrap_client *client) function 76 client->io = io_add(fd, IO_READ, tcpwrap_client_input, client); |
Completed in 10 milliseconds