Searched refs:pop3_clients (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/pop3/
H A Dpop3-client.h118 extern struct client *pop3_clients;
H A Dpop3-client.c46 struct client *pop3_clients; variable in typeref:struct:client
435 DLLIST_PREPEND(&pop3_clients, client);
640 DLLIST_REMOVE(&pop3_clients, client);
844 while (pop3_clients != NULL) {
845 if (pop3_clients->cmd == NULL) {
846 client_send_line(pop3_clients,
849 mail_storage_service_io_activate_user(pop3_clients->service_user);
850 client_destroy(pop3_clients, "Server shutting down.");
H A Dmain.c58 client = pop3_clients;

Completed in 10 milliseconds