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

/dovecot/src/director/
H A Ddirector-host.h44 bool removed:1; member in struct:director_host
H A Dmain.c166 if (host == NULL || host->removed) {
H A Ddirector-connection.c529 /* the host shouldn't be removed at this point, but if for some
531 conn->host->removed = FALSE;
634 dir_debug("user refresh: %u weakness removed",
839 /* we probably just removed this host. */
871 if (host->removed) {
872 /* ignore re-adds of removed directors */
920 if (host != NULL && !host->removed)
982 if (host == NULL || host->removed) {
1038 /* we probably just removed this host. */
1703 removed an
[all...]
H A Ddirector.c189 if (!host->removed)
192 /* self, with some removed hosts */
237 if (hosts[idx]->removed)
306 /* all directors have been removed, try again later */
351 /* If there are any director hosts still marked as "removed", we can
542 if (hosts[i]->removed) {
569 /* mark the host as removed and fully remove it later. this
573 removed_host->removed = TRUE;
581 /* if our left or ride side gets removed, notify them first
601 director_connect(dir, "Reconnecting after director was removed");
[all...]
H A Ddoveadm-connection.c239 if (host->removed)
240 type = "removed";
391 it needs to be removed first. otherwise it would be a bit ugly to

Completed in 19 milliseconds