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

/httpd/server/
H A Dutil_time.c41 #define TIME_CACHE_SIZE (AP_TIME_RECENT_THRESHOLD + 1) macro
51 static struct exploded_time_cache_element exploded_cache_localtime[TIME_CACHE_SIZE];
52 static struct exploded_time_cache_element exploded_cache_gmt[TIME_CACHE_SIZE];
82 * TIME_CACHE_SIZE seconds ago at the same time that
/httpd/modules/loggers/
H A Dmod_log_config.c645 #define TIME_CACHE_SIZE 4 macro
647 static cached_request_time request_time_cache[TIME_CACHE_SIZE];

Completed in 234 milliseconds