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

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Daclconf.h30 ISC_LIST(dns_acl_t) named_acl_cache; member in struct:cfg_aclconfctx
/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c38 ISC_LIST_INIT(ctx->named_acl_cache);
45 for (dacl = ISC_LIST_HEAD(ctx->named_acl_cache);
94 for (dacl = ISC_LIST_HEAD(ctx->named_acl_cache);
122 ISC_LIST_APPEND(ctx->named_acl_cache, &loop, nextincache);
125 ISC_LIST_UNLINK(ctx->named_acl_cache, &loop, nextincache);
133 ISC_LIST_APPEND(ctx->named_acl_cache, dacl, nextincache);

Completed in 229 milliseconds