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

/dovecot/src/doveadm/
H A Ddoveadm-director.c47 static int director_get_host(const char *host, struct ip_addr **ips_r,
312 static int director_get_host(const char *host, struct ip_addr **ips_r, function
378 else if (director_get_host(ctx->host, &ips, &ips_count) != 0) {
493 if (director_get_host(host, &ips, &ips_count) != 0) {
550 if (director_get_host(host, &ips, &ips_count) != 0) {
606 director_get_host(ctx->host, &ips, &ips_count) != 0) {
718 } else if (director_get_host(ctx->host, &ips, &ips_count) != 0) {

Completed in 27 milliseconds