Home
last modified time | relevance | path

Searched refs:server_connection_accept (Results 1 – 8 of 8) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/master/
H A Dtest-master-login-auth.c822 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
854 IO_READ, server_connection_accept, NULL); in test_server_run()
H A Dtest-auth-client.c1111 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
1141 io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); in test_server_run()
H A Dtest-auth-master.c1218 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
1250 IO_READ, server_connection_accept, NULL); in test_server_run()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-server-errors.c861 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
891 io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); in test_server_run()
H A Dtest-http-client-errors.c3711 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
3744 io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); in test_server_run()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dtest-smtp-submit.c1932 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
1966 IO_READ, server_connection_accept, NULL); in test_server_run()
H A Dtest-smtp-server-errors.c3316 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
3358 io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); in test_server_run()
H A Dtest-smtp-client-errors.c4022 static void server_connection_accept(void *context ATTR_UNUSED) in server_connection_accept() function
4054 io_listen = io_add(fd_listen, IO_READ, server_connection_accept, NULL); in test_server_run()