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

/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c427 const cfg_obj_t *views; local
433 views = NULL;
435 (void)cfg_map_get(config, "view", &views);
436 for (element = cfg_list_first(views);
455 if (views == NULL) {
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c2375 * Global servers can refer to keys in views.
2749 const cfg_obj_t *views = NULL; local
2778 (void)cfg_map_get(config, "view", &views);
2780 if (views != NULL && options != NULL)
2784 if (views == NULL) {
2795 "all zones must be in views");
2803 for (velement = cfg_list_first(views);
2865 if (views != NULL && options != NULL) {
2871 "option if views are present");
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c166 * Maximum ADB size for views that share a cache. Use this limit to suppress
229 * Uses the isc_refcount structure to count the number of views
1417 * shared with other views.
1424 * the sharing views.
2580 "views %s and %s can't share the cache "
2662 * cache-file cannot be inherited if views are present, but this
2909 * Configure the views rrset-order.
4892 const cfg_obj_t *views; local
5336 * configure views because zone configuration may need to know
5345 views
8194 const cfg_obj_t *views = NULL; local
[all...]

Completed in 109 milliseconds