Lines Matching refs:hostp
103 struct mail_host *const *hostp;
106 array_foreach(mail_hosts_get(conn->dir->mail_hosts), hostp) {
108 (*hostp)->ip_str, (*hostp)->vhost_count,
109 (*hostp)->user_count);
110 str_append_tabescaped(str, mail_host_get_tag(*hostp));
111 str_printfa(str, "\t%c\t%ld", (*hostp)->down ? 'D' : 'U',
112 (long)(*hostp)->last_updown_change);
257 struct director_host *const *hostp;
273 array_foreach(&hosts, hostp) {
274 const struct director_host *host = *hostp;
482 struct mail_host *const *hostp;
485 array_foreach(mail_hosts_get(conn->dir->mail_hosts), hostp) {
486 total_user_count += (*hostp)->user_count;
488 NULL, *hostp);