Lines Matching defs:dir
21 struct director *dir;
30 static void notify_update_user(struct director *dir, struct mail_tag *tag,
41 if (diff >= (int)dir->set->director_user_expire) {
46 director_update_user(dir, dir->self_host, user);
56 if (!director_get_username_hash(conn->dir, line, &hash))
58 array_foreach(mail_hosts_get_tags(conn->dir->mail_hosts), tagp)
59 notify_update_user(conn->dir, *tagp, line, hash);
72 void notify_connection_init(struct director *dir, int fd, bool fifo)
79 conn->dir = dir;