Searched defs:client_connected (Results 1 - 25 of 29) sorted by relevance

12

/dovecot/src/config/
H A Dmain.c11 static void client_connected(struct master_service_connection *conn) function
40 master_service_run(master_service, client_connected);
/dovecot/src/imap-hibernate/
H A Dmain.c13 static void client_connected(struct master_service_connection *conn) function
50 master_service_run(master_service, client_connected);
/dovecot/src/ipc/
H A Dmain.c24 static void client_connected(struct master_service_connection *conn) function
54 master_service_run(master_service, client_connected);
/dovecot/src/log/
H A Dmain.c43 static void client_connected(struct master_service_connection *conn) function
90 master_service_run(master_service, client_connected);
/dovecot/src/old-stats/
H A Dmain.c21 static void client_connected(struct master_service_connection *conn) function
79 master_service_run(master_service, client_connected);
/dovecot/src/indexer/
H A Dindexer-worker.c14 static void client_connected(struct master_service_connection *conn) function
78 master_service_run(master_service, client_connected);
H A Dindexer.c40 static void client_connected(struct master_service_connection *conn) function
135 master_service_run(master_service, client_connected);
/dovecot/src/replication/aggregator/
H A Daggregator.c13 static void client_connected(struct master_service_connection *conn) function
68 master_service_run(master_service, client_connected);
/dovecot/src/anvil/
H A Dmain.c23 static void client_connected(struct master_service_connection *conn) function
81 master_service_run(master_service, client_connected);
/dovecot/src/stats/
H A Dmain.c34 static void client_connected(struct master_service_connection *conn) function
92 master_service_run(master_service, client_connected);
/dovecot/src/dict/
H A Dmain.c70 static void client_connected(struct master_service_connection *conn) function
153 master_service_run(master_service, client_connected);
/dovecot/src/dns/
H A Ddns-client.c120 static void client_connected(struct master_service_connection *conn) function
143 master_service_run(master_service, client_connected);
/dovecot/src/doveadm/
H A Dmain.c37 static void client_connected(struct master_service_connection *conn) function
146 master_service_run(master_service, client_connected);
/dovecot/src/replication/replicator/
H A Dreplicator.c26 static void client_connected(struct master_service_connection *conn) function
112 master_service_run(master_service, client_connected);
/dovecot/src/util/
H A Dtcpwrap.c98 static void client_connected(struct master_service_connection *conn) function
122 master_service_run(master_service, client_connected);
H A Dscript-login.c26 static void client_connected(struct master_service_connection *conn) function
244 master_service_run(master_service, client_connected);
H A Dscript.c230 static void client_connected(struct master_service_connection *conn) function
291 master_service_run(master_service, client_connected);
/dovecot/src/lmtp/
H A Dmain.c43 static void client_connected(struct master_service_connection *conn) function
158 master_service_run(master_service, client_connected);
/dovecot/src/imap-urlauth/
H A Dimap-urlauth.c190 static void client_connected(struct master_service_connection *conn) function
281 master_service_run(master_service, client_connected);
/dovecot/src/plugins/quota/
H A Dquota-status.c38 static void client_connected(struct master_service_connection *conn) function
292 master_service_run(master_service, client_connected);
/dovecot/src/pop3/
H A Dmain.c304 static void client_connected(struct master_service_connection *conn) function
409 master_service_run(master_service, client_connected);
/dovecot/src/auth/
H A Dmain.c320 static void client_connected(struct master_service_connection *conn) function
397 client_connected);
/dovecot/src/director/
H A Dmain.c176 static void client_connected(struct master_service_connection *conn) function
360 master_service_run(master_service, client_connected);
/dovecot/src/lib/
H A Dconnection.h38 void (*client_connected)(struct connection *conn, bool success); member in struct:connection_vfuncs
67 /* Don't call client_connected() immediately on
/dovecot/src/submission/
H A Dmain.c248 static void client_connected(struct master_service_connection *conn) function
367 master_service_run(master_service, client_connected);

Completed in 38 milliseconds

12