/dovecot/src/ipc/ |
H A D | client.h | 5 void client_destroy(struct client **client);
|
H A D | client.c | 115 client_destroy(&client); 133 void client_destroy(struct client **_client) function 155 client_destroy(&client);
|
/dovecot/src/submission/ |
H A D | submission-commands.c | 46 client_destroy(client, 58 client_destroy(client, "4.3.5",
|
H A D | submission-client.h | 55 void client_destroy(struct client *client, const char *prefix,
|
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/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);
|
H A D | client.h | 28 void client_destroy(struct client **client);
|
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-login.c | 36 client_destroy(client, "Disconnected: Authentication failed"); 60 client_destroy(client, "Disconnected: Version mismatch"); 75 client_destroy(client, "Disconnected: Unexpected input"); 82 client_destroy(client, "Disconnected: Unexpected input"); 92 client_destroy(client, "Disconnected: Invalid AUTH request");
|
H A D | imap-urlauth-client.h | 39 void client_destroy(struct client *client, const char *reason);
|
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...] |
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.");
|
/dovecot/src/lmtp/ |
H A D | client.h | 51 void client_destroy(struct client *client, const char *enh_code,
|
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/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/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...] |
H A D | main.c | 149 client_destroy(client, "Couldn't lock POP3 session"); 167 client_destroy(client, error); 217 client_destroy(client, error);
|
H A D | pop3-client.h | 128 void client_destroy(struct client *client, const char *reason) ATTR_NULL(2);
|
/dovecot/src/imap/ |
H A D | imap-master-client.c | 225 fd_client, but afterward it gets closed by client_destroy() */ 238 client_destroy(imap_client, error); 254 client_destroy(imap_client, "Client initialization failed"); 274 client_destroy(imap_client, "Client state initialization failed");
|
H A D | cmd-idle.c | 106 client_destroy(client, NULL); 159 client_destroy(client, NULL);
|
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.");
|
H A D | main.c | 114 client_destroy(client, "Server shutting down."); 230 client_destroy(client, NULL); 379 client_destroy(client, error);
|
/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/plugins/quota/ |
H A D | quota-status.c | 183 static void client_destroy(struct connection *conn) function 201 .destroy = client_destroy,
|
/dovecot/src/pop3-login/ |
H A D | client.c | 33 client_destroy(&client->common, "Aborted login"); 161 client_destroy(client,
|
/dovecot/src/submission-login/ |
H A D | client.c | 40 client_destroy(client, 189 client_destroy(&client->common, NULL);
|