Searched refs:not_found_status (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c915 int not_found_status = DNS_NOTFOUND; /* can't happen */ local
985 } else if (not_found_status != DNS_RETRY)
986 not_found_status = status;
1009 return (not_found_status);

Completed in 100 milliseconds