| /dovecot/src/old-stats/ |
| H A D | client.c | 25 static struct client *clients; variable in typeref:struct:client 148 DLLIST_PREPEND(&clients, client); 172 DLLIST_REMOVE(&clients, client); 188 while (clients != NULL) { 189 struct client *client = clients;
|
| /dovecot/src/ipc/ |
| H A D | client.c | 24 static struct client *clients; variable in typeref:struct:client 129 DLLIST_PREPEND(&clients, client); 139 DLLIST_REMOVE(&clients, client); 152 while (clients != NULL) { 153 struct client *client = clients;
|
| /dovecot/src/lmtp/ |
| H A D | client.c | 36 static struct client *clients = NULL; variable in typeref:struct:client 68 client = clients; 166 DLLIST_PREPEND(&clients, client); 198 DLLIST_REMOVE(&clients, client); 315 while (clients != NULL) { 316 client_destroy(clients, "4.3.2", "Shutting down");
|
| /dovecot/src/plugins/quota/ |
| H A D | quota-status.c | 35 static struct connection_list *clients; variable in typeref:struct:connection_list 43 connection_init_server(clients, &client->conn, 225 clients = connection_list_init(&client_set, &client_vfuncs); 259 connection_list_deinit(&clients);
|
| /dovecot/src/auth/ |
| H A D | db-checkpassword.c | 47 HASH_TABLE(void *, struct chkpw_auth_request *) clients; member in struct:db_checkpassword 80 hash_table_remove(request->db->clients, 422 hash_table_lookup(db->clients, POINTER_CAST(status->pid)); 426 hash_table_remove(db->clients, POINTER_CAST(status->pid)); 537 hash_table_insert(db->clients, POINTER_CAST(pid), chkpw_auth_request); 550 hash_table_create_direct(&db->clients, default_pool, 0); 565 iter = hash_table_iterate_init(db->clients); 566 while (hash_table_iterate(iter, db->clients, &key, &request)) 571 hash_table_destroy(&db->clients);
|
| /dovecot/src/indexer/ |
| H A D | indexer-client.c | 40 static struct indexer_client *clients = NULL; variable in typeref:struct:indexer_client 214 DLLIST_PREPEND(&clients, client); 226 DLLIST_REMOVE(&clients, client); 266 while (clients != NULL) 267 indexer_client_destroy(clients);
|
| /dovecot/src/log/ |
| H A D | log-connection.c | 44 HASH_TABLE(void *, struct log_client *) clients; member in struct:log_connection 90 client = hash_table_lookup(log->clients, POINTER_CAST(pid)); 93 hash_table_insert(log->clients, POINTER_CAST(pid), client); 101 hash_table_remove(log->clients, POINTER_CAST(pid)); 214 client = hash_table_lookup(log->clients, POINTER_CAST(pid)); 265 hash_table_lookup(log->clients, 410 hash_table_create_direct(&log->clients, default_pool, 0); 429 iter = hash_table_iterate_init(log->clients); 430 while (hash_table_iterate(iter, log->clients, &key, &client)) { 435 hash_table_destroy(&log->clients); [all...] |
| /dovecot/src/lib-smtp/ |
| H A D | test-smtp-payload.c | 160 static struct client *clients; variable in typeref:struct:client 393 DLLIST_PREPEND(&clients, client); 402 DLLIST_REMOVE(&clients, client);
|
| /dovecot/src/login-common/ |
| H A D | client-common.c | 30 struct client *clients = NULL; variable in typeref:struct:client 214 DLLIST_PREPEND(&clients, client); 280 /* remove from clients linked list before it's added to 282 DLLIST_REMOVE(&clients, client); 323 are other clients with pending authentications */ 402 /* we have no clients */ 425 for (client = clients; client != NULL; client = next) {
|
| /dovecot/src/lib-http/ |
| H A D | test-http-payload.c | 199 static struct client *clients; variable in typeref:struct:client 562 DLLIST_PREPEND(&clients, client); 571 DLLIST_REMOVE(&clients, client);
|