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

/bind-9.11.3/lib/dns/
H A Dresolver.c381 #define FCTX_ATTR_WANTCACHE 0x0010 macro
395 #define WANTCACHE(f) (((f)->attributes & FCTX_ATTR_WANTCACHE) != 0)
5839 fctx->attributes &= ~FCTX_ATTR_WANTCACHE;
6865 fctx->attributes |= FCTX_ATTR_WANTCACHE;
7186 fctx->attributes |= FCTX_ATTR_WANTCACHE;
8342 fctx->attributes &= ~(FCTX_ATTR_WANTNCACHE | FCTX_ATTR_WANTCACHE);

Completed in 41 milliseconds