Home
last modified time | relevance | path

Searched refs:TRIEDALT (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/
Dresolver.c386 #define TRIEDALT(f) (((f)->attributes & FCTX_ATTR_TRIEDALT) != 0) macro
981 if ((finish != NULL || age_untried) && TRIEDALT(fctx)) { in fctx_cancelquery()