Searched defs:res1 (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 2056 isc_result_t res1, res2, res3; local 2061 res1 = cfg_map_get(zoptions, "allow-update", &au); 2064 if (res1 == ISC_R_SUCCESS && res2 == ISC_R_SUCCESS) { 2081 if (res1 != ISC_R_SUCCESS && voptions != NULL) 2082 res1 = cfg_map_get(voptions, "allow-update", &au); 2083 if (res1 != ISC_R_SUCCESS && goptions != NULL) 2084 res1 = cfg_map_get(goptions, "allow-update", &au); 2088 else if (res1 == ISC_R_SUCCESS) { 2090 res1 = cfg_acl_fromconfig(au, config, logctx, 2092 if (res1 ! 2413 isc_result_t res1; local [all...] |
Completed in 21 milliseconds