Lines Matching refs:max
833 (void)cfg_map_get(cpeer, "max-udp-size", &obj);
1419 result = ns_config_get(maps, "max-acache-size", &obj);
1431 "'max-acache-size "
1549 result = ns_config_get(maps, "max-cache-ttl", &obj);
1554 result = ns_config_get(maps, "max-ncache-ttl", &obj);
1639 result = ns_config_get(maps, "max-cache-size", &obj);
1650 "'max-cache-size "
1695 * Set the ADB cache size to 1/8th of the max-cache-size.
1733 result = ns_config_get(maps, "max-udp-size", &obj);
2039 result = ns_config_get(maps, "max-clients-per-query", &obj);
3390 * Check if max number of open sockets that the system allows is
3402 "max open files (%" ISC_PRINT_QUADFORMAT "u)"
3403 " is smaller than max sockets (%u)",
3438 if (server->recursionquota.max > 1000)
3440 server->recursionquota.max - 100);
5608 server->recursionquota.max,
5609 server->tcpquota.used, server->tcpquota.max);