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

/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c454 const cfg_obj_t *views; local
459 views = NULL;
461 (void)cfg_map_get(config, "view", &views);
462 for (element = cfg_list_first(views);
488 if (views == NULL) {
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl178 you are using views the file may be named with the SHA256 hash of a
/bind-9.11.3/lib/bind9/
H A Dcheck.c3233 * Global servers can refer to keys in views.
3648 const cfg_obj_t *views = NULL; local
3674 (void)cfg_map_get(config, "view", &views);
3676 if (views != NULL && options != NULL)
3690 if (views == NULL) {
3701 "all zones must be in views");
3709 for (velement = cfg_list_first(views);
3775 if (views != NULL && options != NULL) {
3781 "option if views are present");
/bind-9.11.3/bin/named/
H A Dserver.c205 * Maximum ADB size for views that share a cache. Use this limit to suppress
279 * Uses the isc_refcount structure to count the number of views
1710 * shared with other views.
1717 * the sharing views.
3749 "views %s and %s can't share the cache "
3832 * cache-file cannot be inherited if views are present, but this
4161 * Configure the views rrset-order.
6603 * This may be called in multiple views, so we reset
7285 const cfg_obj_t *views; local
7871 * configure views becaus
[all...]

Completed in 3367 milliseconds