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

/bind-9.11.3/lib/bind9/
H A Dcheck.c1767 static const char *nonzero[] = { "max-retry-time", "min-retry-time", local
1772 for (i = 0; i < sizeof(nonzero) / sizeof(nonzero[0]); i++) {
1774 if (cfg_map_get(options, nonzero[i], &obj) == ISC_R_SUCCESS &&
1777 "'%s' must not be zero", nonzero[i]);

Completed in 22 milliseconds