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

/bind-9.11.3/lib/dns/
H A Dresolver.c377 #define FCTX_ATTR_HAVEANSWER 0x0001 macro
387 #define HAVE_ANSWER(f) (((f)->attributes & FCTX_ATTR_HAVEANSWER) != \
1370 if ((fctx->attributes & FCTX_ATTR_HAVEANSWER) != 0 &&
5170 fctx->attributes |= FCTX_ATTR_HAVEANSWER;
5799 fctx->attributes |= FCTX_ATTR_HAVEANSWER;
6071 fctx->attributes |= FCTX_ATTR_HAVEANSWER;

Completed in 33 milliseconds