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

/httpd/modules/cache/
H A Dcache_socache_common.h49 apr_time_t response_time; member in struct:__anon80
H A Dcache_disk_common.h56 apr_time_t response_time; member in struct:__anon79
H A Dmod_cache.h70 apr_time_t response_time; member in struct:cache_info
H A Dcache_util.c225 apparent_age = MAX(0, info->response_time - info->date);
227 response_delay = info->response_time - info->request_time;
229 resident_time = now - info->response_time;
H A Dmod_cache_disk.c236 info->response_time = dobj->disk_info.response_time;
1059 disk_info.response_time = h->cache_obj->info.response_time;
H A Dmod_cache_socache.c601 info->response_time = sobj->socache_info.response_time;
882 socache_info->response_time = obj->info.response_time;
H A Dmod_cache.c1385 /* set response_time for HTTP/1.1 age calculations */
1386 info->response_time = now;
/httpd/support/
H A Dhtcacheclean.c87 apr_time_t response_time; /* cache entry time of last response to client */ member in struct:_entry
520 disk_info.response_time,
779 e->response_time = disk_info.response_time;
895 e->response_time = disk_info.response_time;
1003 if (e->response_time > now || e->htime > now || e->dtime > now) {

Completed in 1798 milliseconds