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

/bind-9.11.3/lib/bind9/
H A Dcheck.c1793 const cfg_obj_t *zoptions, *goptions = NULL; local
1830 cfg_map_get(config, "options", &goptions);
1993 if (tresult != ISC_R_SUCCESS && goptions != NULL)
1994 tresult = cfg_map_get(goptions, "notify", &obj);
2015 if (tresult != ISC_R_SUCCESS && goptions != NULL)
2016 tresult = cfg_map_get(goptions, "also-notify", &obj);
2083 if (res1 != ISC_R_SUCCESS && goptions != NULL)
2084 res1 = cfg_map_get(goptions, "allow-update", &au);
2213 if (obj == NULL && goptions != NULL)
2214 (void)cfg_map_get(goptions, "forwarder
[all...]

Completed in 20 milliseconds