Searched defs:request_time (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_socache_common.h | 48 apr_time_t request_time; member in struct:__anon80
|
H A D | cache_disk_common.h | 55 apr_time_t request_time; member in struct:__anon79
|
H A D | mod_cache.h | 67 /** r->request_time from the same request */ 68 apr_time_t request_time; member in struct:cache_info
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 667 apr_time_t request_time = r->request_time; local 685 request_time = get_request_end_time(r); 691 request_time = get_request_end_time(r); 729 apr_snprintf(buf, 20, "%" APR_TIME_T_FMT, apr_time_sec(request_time)); 732 apr_snprintf(buf, 20, "%" APR_TIME_T_FMT, apr_time_as_msec(request_time)); 735 apr_snprintf(buf, 20, "%" APR_TIME_T_FMT, request_time); 738 apr_snprintf(buf, 20, "%03" APR_TIME_T_FMT, apr_time_msec(request_time)); 741 apr_snprintf(buf, 20, "%06" APR_TIME_T_FMT, apr_time_usec(request_time)); 755 ap_explode_recent_localtime(&xt, request_time); [all...] |
/httpd/include/ |
H A D | httpd.h | 830 apr_time_t request_time; member in struct:request_rec
|
Completed in 24 milliseconds