Lines Matching refs:mail_users_head
17 static struct mail_user *mail_users_head, *mail_users_tail;
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->last_update.tv_sec;
174 while (mail_users_head != NULL)
175 mail_user_free(mail_users_head);