Searched refs:server_connection_accept (Results 1 – 8 of 8) sorted by relevance
/dports/mail/dovecot/dovecot-2.3.17/src/master/ |
H A D | test-master-login-auth.c | 822 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 D | test-auth-client.c | 1111 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 D | test-auth-master.c | 1218 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 D | test-http-server-errors.c | 861 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 D | test-http-client-errors.c | 3711 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 D | test-smtp-submit.c | 1932 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 D | test-smtp-server-errors.c | 3316 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 D | test-smtp-client-errors.c | 4022 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()
|