Lines Matching defs:vhost
42 mail_vhost_hash_cmp(const unsigned int *hash, const struct mail_vhost *vhost)
44 if (vhost->hash < *hash)
46 else if (vhost->hash > *hash)
54 struct mail_vhost *vhost;
72 vhost = array_append_space(&tag->vhosts);
73 vhost->host = host;
74 for (j = 0; j < sizeof(vhost->hash); j++)
75 vhost->hash = (vhost->hash << CHAR_BIT) | md5[j];
353 i_info("%sHost %s vhost count changed from %u to %u",