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

/dovecot/src/lib-http/
H A Dtest-http-server.c154 static void client_accept(void *context ATTR_UNUSED) function
232 io_listen = io_add(fd_listen, IO_READ, client_accept, NULL);
H A Dtest-http-payload.c587 static void client_accept(void *context ATTR_UNUSED) function
609 IO_READ, client_accept, NULL);
/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c418 static void client_accept(void *context ATTR_UNUSED) function
440 IO_READ, client_accept, NULL);

Completed in 397 milliseconds