Home
last modified time | relevance | path

Searched refs:ap_gm_timestr_822 (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_expires.c489 ap_gm_timestr_822(r->pool, expires)); in add_expires()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_compat.h161 #define gm_timestr_822 ap_gm_timestr_822
Dhttpd.h988 API_EXPORT(char *) ap_gm_timestr_822(pool *p, time_t t);
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c775 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()
Dutil.c190 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/
Dproxy_cache.c1359 dates = ap_gm_timestr_822(r->pool, now); in ap_proxy_cache_update()
Dproxy_ftp.c1342 ap_table_setn(resp_hdrs, "Date", ap_gm_timestr_822(r->pool, r->request_time)); in ap_proxy_ftp_handler()