Lines Matching refs:views

205  * 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;
7871 * configure views because zone configuration may need to know
7880 views = NULL;
7881 (void)cfg_map_get(config, "view", &views);
7884 * Create the views and count all the configured zones in
7886 * (We only count zones for configured views; the built-in
7895 for (element = cfg_list_first(views);
7918 * If there were no explicit views then we do the default
7921 if (views == NULL) {
7945 * Configure and freeze all explicit views. Explicit
7946 * views that have zones were already created at parsing
7947 * time, but views with no zones must be created here.
7949 for (element = cfg_list_first(views);
7966 * were no explicit views.
7968 if (views == NULL) {
7979 * Create (or recreate) the built-in views.
8018 /* Make the view list available to each of the views */
8462 * addresses specified in views and zones.
8504 * know when all views are finished.
9375 "zone '%s' was found in multiple views",
9771 * Prevent duplicate views.
10336 * Flushing a cache is tricky when caches are shared by multiple views.
10338 * list, flush these caches, and then update other views that refer to
10346 * one) views will match.
10386 * Fix up views that share a flushed cache: let the views update the
10389 * necessary for views that share a cache, and if there are many such
10390 * views the number of shared cache should normally be small.
10391 * A worst case is that we have n views and n/2 caches, each shared by
10392 * two views. Then this will be a O(n^2/4) operation.
10433 "flushing caches in all views succeeded");
10495 * It's a little inefficient to try flushing name for all views
10496 * if some of the views share a single cache. But since the
10522 "flushing %s '%s' in all cache views "
14019 CHECK(putstr(text, "no views with managed keys"));