Searched defs:imap_urlauth_worker_clients (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c85 struct client *imap_urlauth_worker_clients; variable in typeref:struct:client
99 struct client *client = imap_urlauth_worker_clients;
158 DLLIST_PREPEND(&imap_urlauth_worker_clients, client);
204 DLLIST_PREPEND(&imap_urlauth_worker_clients, client);
233 DLLIST_REMOVE(&imap_urlauth_worker_clients, client);
302 while (imap_urlauth_worker_clients != NULL)
303 client_destroy(imap_urlauth_worker_clients);

Completed in 16 milliseconds