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

/dovecot/src/director/
H A Ddirector.c610 const char *host_tag = mail_host_get_tag(host); local
624 str_append_tabescaped(str, host_tag);
625 } else if (host_tag[0] != '\0' &&
629 host->ip_str, host_tag);
632 host->ip_str, host_tag);
H A Ddirector-connection.c1095 const char *tag = "", *host_tag, *hostname = NULL; local
1139 host_tag = mail_host_get_tag(host);
1140 if (strcmp(tag, host_tag) != 0) {
1143 host_tag, tag);
2134 const char *host_tag = mail_host_get_tag(host); local
2138 if (host_tag[0] != '\0' || send_updowns) {
2140 str_append_tabescaped(str, host_tag);

Completed in 15 milliseconds