Searched refs:ap_gm_timestr_822 (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_expires.c | 489 ap_gm_timestr_822(r->pool, expires)); in add_expires()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap_compat.h | 161 #define gm_timestr_822 ap_gm_timestr_822
|
| D | httpd.h | 988 API_EXPORT(char *) ap_gm_timestr_822(pool *p, time_t t);
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_protocol.c | 775 ap_gm_timestr_822(r->pool, mod_time)); in ap_set_last_modified() 1562 ap_send_header_field(r, "Date", ap_gm_timestr_822(r->pool, r->request_time)); in ap_basic_http_header() 1851 ap_gm_timestr_822(r->pool, r->request_time)); in ap_send_http_header()
|
| D | util.c | 190 API_EXPORT(char *) ap_gm_timestr_822(pool *p, time_t sec) in ap_gm_timestr_822() function
|
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_cache.c | 1359 dates = ap_gm_timestr_822(r->pool, now); in ap_proxy_cache_update()
|
| D | proxy_ftp.c | 1342 ap_table_setn(resp_hdrs, "Date", ap_gm_timestr_822(r->pool, r->request_time)); in ap_proxy_ftp_handler()
|