Home
last modified time | relevance | path

Searched refs:imap_urlauth_worker_clients (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/imap-urlauth/
H A Dimap-urlauth-worker.c85 struct client *imap_urlauth_worker_clients; variable
99 struct client *client = imap_urlauth_worker_clients; in imap_urlauth_worker_refresh_proctitle()
158 DLLIST_PREPEND(&imap_urlauth_worker_clients, client); in client_create()
205 DLLIST_PREPEND(&imap_urlauth_worker_clients, client); in client_create_standalone()
234 DLLIST_REMOVE(&imap_urlauth_worker_clients, client); in client_destroy()
303 while (imap_urlauth_worker_clients != NULL) in clients_destroy_all()
304 client_destroy(imap_urlauth_worker_clients); in clients_destroy_all()