Searched defs:client_destroy (Results 1 - 12 of 12) sorted by relevance
| /dovecot/src/old-stats/ |
| H A D | client.c | 82 client_destroy(&client); 85 client_destroy(&client); 94 client_destroy(&client); 112 client_destroy(&client); 166 void client_destroy(struct client **_client) function 191 client_destroy(&client);
|
| /dovecot/src/ipc/ |
| H A D | client.c | 115 client_destroy(&client); 133 void client_destroy(struct client **_client) function 155 client_destroy(&client);
|
| /dovecot/src/lmtp/ |
| H A D | client.c | 188 void client_destroy(struct client *client, const char *enh_code, function 286 client_destroy(client, NULL, NULL); 316 client_destroy(clients, "4.3.2", "Shutting down");
|
| /dovecot/src/plugins/quota/ |
| H A D | quota-status.c | 183 static void client_destroy(struct connection *conn) function 201 .destroy = client_destroy,
|
| /dovecot/src/imap-urlauth/ |
| H A D | imap-urlauth-client.c | 322 void client_destroy(struct client *client, const char *reason) function 354 client_destroy(client, NULL); 371 client_destroy(imap_urlauth_clients, "Server shutting down.");
|
| H A D | imap-urlauth-worker.c | 88 static void client_destroy(struct client *client); 135 client_destroy(client); 214 client_destroy(client); 217 static void client_destroy(struct client *client) function 303 client_destroy(imap_urlauth_worker_clients); 537 client_destroy(client); 685 client_destroy(client); 726 client_destroy(client); 733 client_destroy(client); 775 client_destroy(clien [all...] |
| /dovecot/src/lib-http/ |
| H A D | test-http-server.c | 31 client_destroy(struct client **_client, const char *reason) function 58 client_destroy(&client, "Shutting down server"); 127 client_destroy(&client, reason);
|
| /dovecot/src/replication/replicator/ |
| H A D | doveadm-connection.c | 299 static void client_destroy(struct connection *conn) function 331 .destroy = client_destroy,
|
| /dovecot/src/submission/ |
| H A D | submission-client.c | 86 client_destroy(client, 253 void client_destroy(struct client *client, const char *prefix, function 325 client_destroy(client, NULL, NULL); 438 client_destroy(submission_clients,
|
| /dovecot/src/pop3/ |
| H A D | pop3-client.c | 78 client_destroy(client, 82 client_destroy(client, "Disconnected for inactivity"); 331 client_destroy(client, "Couldn't lock POP3 session"); 561 void client_destroy(struct client *client, const char *reason) function 649 client_destroy(client, NULL); 763 client_destroy(client, NULL); 788 client_destroy(client, NULL); 793 client_destroy(client, "Input line too long"); 803 client_destroy(client, NULL); 850 client_destroy(pop3_client [all...] |
| /dovecot/src/login-common/ |
| H A D | client-common.c | 118 client_destroy(client, destroy_reason); 270 void client_destroy(struct client *client, const char *reason) function 333 client_destroy(client, reason); 418 client_destroy(client, "Disconnected: Connection queue full"); 429 client_destroy(client, reason); 521 client_destroy(client, 535 client_destroy(client, "Disconnected"); 1080 client_destroy(client, "Disconnected: Input buffer full"); 1084 client_destroy(client, "Disconnected");
|
| /dovecot/src/imap/ |
| H A D | imap-client.c | 55 client_destroy(client, "Disconnected for inactivity"); 301 void client_destroy(struct client *client, const char *reason) function 518 client_destroy(client, NULL); 1113 client_destroy(client, 1309 client_destroy(client, NULL); 1332 client_destroy(client, NULL); 1396 client_destroy(client, NULL); 1405 client_destroy(client, NULL); 1507 client_destroy(imap_clients, "Server shutting down.");
|
Completed in 1309 milliseconds