Lines Matching defs:only
841 * If keyname was specified, we only add that key.
1384 (void)cfg_map_get(cpeer, "tcp-only", &obj);
1896 obj = cfg_tuple_get(rpz_obj, "recursive-only");
2023 sub_obj = cfg_tuple_get(rpz_obj, "recursive-only");
2220 /* For now we only support adding one zone at a time */
2761 result = cfg_map_get(map, "log-only", &obj);
2906 if (strcasecmp(cfg_obj_asstring(obj), "only") != 0)
3656 (void)cfg_map_get(map, "recursive-only", &obj);
4188 * (These are only meaningful at the view level, but 'config'
4200 * Configure the "match-recursive-only" option.
4203 (void)ns_config_get(maps, "match-recursive-only", &obj);
4274 "'additional-from-auth no' is only supported "
4285 "'additional-from-cache no' is only supported "
4294 * can inherit from each other when only some of them set at
4636 * For now, there is only one kind of trusted keys, the
4671 result = ns_config_get(maps, "root-delegation-only", &obj);
5125 else if (strcasecmp(forwardstr, "only") == 0)
5285 const cfg_obj_t *only = NULL;
5414 * Hint zones may also refer to delegation only points.
5416 only = NULL;
5417 tresult = cfg_map_get(zoptions, "delegation-only",
5418 &only);
5419 if (tresult == ISC_R_SUCCESS && cfg_obj_asboolean(only))
5446 * Forward zones may also set delegation only.
5448 only = NULL;
5449 tresult = cfg_map_get(zoptions, "delegation-only", &only);
5450 if (tresult == ISC_R_SUCCESS && cfg_obj_asboolean(only))
5456 * "delegation-only zones" aren't zones either.
5458 if (strcasecmp(ztypestr, "delegation-only") == 0) {
5464 * Redirect zones only require minimal configuration.
5531 * only possible if all of these are true:
5608 * Stub and forward zones may also refer to delegation only points.
5610 only = NULL;
5611 if (cfg_map_get(zoptions, "delegation-only", &only) == ISC_R_SUCCESS)
5613 if (cfg_obj_asboolean(only))
5884 * We currently only consider IPv6, because this only affects IPv6 wildcard
5998 * only to replace ACLs.
7886 * (We only count zones for configured views; the built-in
7887 * "bind" view can be ignored as it only adds a negligible
7965 * Make sure we have a default view if and only if there
8596 * that are loading zones. (This should only be done during
10010 /* only dump zones, suppress caches */
10018 /* only dump adb, suppress other caches */
10024 /* only dump badcache, suppress other caches */
10030 /* only dump servfail cache, suppress other caches */
10345 * much more lightweight because only a few (most typically just
10388 * operation, but should typically be marginal: the inner loop is only
11875 /* For now we only support adding one zone at a time */
11897 strcasecmp(cfg_obj_asstring(obj), "delegation-only") == 0)