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

/dovecot/src/lib-dns/
H A Ddns-lookup.h70 int dns_client_lookup(struct dns_client *client, const char *host,
73 #define dns_client_lookup(client, host, callback, context, lookup_r) \ macro
74 dns_client_lookup(client, host + \
H A Ddns-lookup.c54 #undef dns_client_lookup macro
200 if (dns_client_lookup(client, host, callback, context, lookup_r) < 0) {
372 int dns_client_lookup(struct dns_client *client, const char *host, function

Completed in 10 milliseconds