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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c442 unsigned char *answer, int anslen, int keep_notfound)
449 * - With a non-zero keep_notfound argument, this function returns a
451 * case of a "notfound" reply status. The keep_notfound argument is
461 if (keep_notfound)
475 } else if (keep_notfound
491 int keep_notfound = (lflags & DNS_REQ_FLAG_NCACHE_TTL); local
533 if (keep_notfound && (flags & APPEND_DOMAIN_FLAGS)) {
553 if (keep_notfound && var_dns_ncache_ttl_fix) {
562 reply->buf_len, keep_notfound);
566 reply->buf_len, keep_notfound);
441 dns_neg_search(const char *name, int class, int type, unsigned char *answer, int anslen, int keep_notfound) argument
[all...]

Completed in 104 milliseconds