Lines Matching defs:max
634 mresult = cfg_map_get(map, "max-table-size", &obj);
638 "max-table-size %d < min-table-size %d",
881 unsigned int max;
887 unsigned int max;
953 { "max-transfer-idle-in", 60, 28 * 24 * 60 }, /* 28 days */
954 { "max-transfer-idle-out", 60, 28 * 24 * 60 }, /* 28 days */
955 { "max-transfer-time-in", 60, 28 * 24 * 60 }, /* 28 days */
956 { "max-transfer-time-out", 60, 28 * 24 * 60 }, /* 28 days */
1012 if (val > intervals[i].max) {
1016 intervals[i].max);
1027 cfg_map_get(options, "max-rsa-exponent-size", &obj);
1034 "max-rsa-exponent-size '%u' is out of "
1435 (fstrm[i].max != 0U && value > fstrm[i].max)) {
1436 if (fstrm[i].max != 0U)
1440 fstrm[i].min, fstrm[i].max);
1767 static const char *nonzero[] = { "max-retry-time", "min-retry-time",
1768 "max-refresh-time", "min-refresh-time" };
2319 * Check that max-zone-ttl isn't used with masterfile-format map
2338 (void)cfg_map_get(zoptions, "max-zone-ttl", &obj);
2340 (void)cfg_map_get(voptions, "max-zone-ttl", &obj);
2342 (void)cfg_map_get(goptions, "max-zone-ttl", &obj);
2345 "zone '%s': 'max-zone-ttl' is not "