Searched defs:only (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dserver.c841 * 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" optio
5285 const cfg_obj_t *only = NULL; local
[all...]

Completed in 57 milliseconds