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

/dovecot/src/master/
H A Dservice.c73 unsigned int *ips_count_r, const char **error_r)
84 *ips_count_r = 1;
93 *ips_count_r = 1;
111 *ips_count_r = ips_count;
72 resolve_ip(const char *address, const struct ip_addr **ips_r, unsigned int *ips_count_r, const char **error_r) argument
/dovecot/src/doveadm/
H A Ddoveadm-director.c48 unsigned int *ips_count_r) ATTR_WARN_UNUSED_RESULT;
313 unsigned int *ips_count_r)
321 *ips_count_r = 1;
323 ret = net_gethostbyname(host, ips_r, ips_count_r);
312 director_get_host(const char *host, struct ip_addr **ips_r, unsigned int *ips_count_r) argument

Completed in 13 milliseconds