Searched refs:max_cache_size (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/anvil/
H A Danvil.c445 static int max_cache_size; /* peak cache size */ variable
578 if (max_cache_size < anvil_remote_map->used) {
579 max_cache_size = anvil_remote_map->used;
830 if (max_cache_size > 0) {
832 max_cache_size, ctime(&max_cache_time) + 4);
833 max_cache_size = 0;
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_mem_cache.c85 apr_size_t max_cache_size; /* in bytes */ member in struct:__anon5900
300 sconf->max_cache_size = DEFAULT_MAX_CACHE_SIZE;
334 * objects from the cache if the max_cache_size threshold is
336 * max_cache_size checks.
863 if (sconf->max_cache_object_size >= sconf->max_cache_size) {
891 sconf->max_cache_size,
917 sconf->max_cache_size = val*1024;
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c1573 isc_uint32_t max_cache_size; local
1810 max_cache_size = ISC_UINT32_MAX;
1822 max_cache_size = (isc_uint32_t)value;
2012 cleaning_interval, max_cache_size)) {
2109 dns_cache_setcachesize(cache, max_cache_size);
2150 if (max_cache_size != 0) {
2151 max_adb_size = max_cache_size / 8;

Completed in 92 milliseconds