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

/dovecot/src/old-stats/
H A Dmail-user.c17 static struct mail_user *mail_users_head, *mail_users_tail; variable in typeref:struct:mail_user
49 DLLIST2_APPEND_FULL(&mail_users_head, &mail_users_tail, user,
94 DLLIST2_REMOVE_FULL(&mail_users_head, &mail_users_tail, user,
110 DLLIST2_REMOVE_FULL(&mail_users_head, &mail_users_tail, user,
112 DLLIST2_APPEND_FULL(&mail_users_head, &mail_users_tail, user,
154 while (mail_users_head != NULL && mail_users_head->refcount == 0) {
155 mail_user_free(mail_users_head);
158 mail_users_head == NULL)
161 diff = ioloop_time - mail_users_head
[all...]

Completed in 9 milliseconds