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

/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c576 unsigned int loop, total = 0, cache_total = 0, non_empty_subcaches = 0; local
595 non_empty_subcaches++;
615 if (non_empty_subcaches) {
616 apr_time_t average_expiry = (apr_time_t)(expiry_total / (double)non_empty_subcaches);

Completed in 62 milliseconds