Searched defs:date (Results 1 - 11 of 11) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_socache_common.h | 46 apr_time_t date; member in struct:__anon80
|
H A D | cache_disk_common.h | 53 apr_time_t date; member in struct:__anon79
|
H A D | mod_cache.h | 64 apr_time_t date; member in struct:cache_info
|
H A D | mod_cache.c | 819 apr_time_t exp, date, lastmod, now; local 930 /* read expiry date; if a bad date, then leave it so the client can 944 /* read the last-modified date; if the date is bad, then delete it */ 1121 != (date = apr_date_parse_http( 1123 && date < cache->stale_handle->cache_obj->info.date) { 1355 * the new date, last modified, expire and content length and write 1366 /* Read the date [all...] |
/httpd/test/ |
H A D | cls.c | 99 time_t date, lmod, expire; local 139 date = hex2sec(line); 156 if (date != -1) { 157 ts = *gmtime(&date);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 1250 char date[APR_RFC822_DATE_LEN]; local 1349 if ((worker->s->error_time > 0) && apr_rfc822_date(date, worker->s->error_time) == APR_SUCCESS) { 1350 ap_rvputs(r, " <httpd:error_time>", date,
|
H A D | mod_proxy_http.c | 125 char *date; local 139 * [SP warn-date] 146 * warn-date = <"> HTTP-date <"> 149 * (\d{3}\s+\S+\s+\".*?\"(\s+\"(.*?)\")?) --> whole in $1, date in $3 156 /* OK, we have a date here */ 157 date = apr_pstrndup(pool, val+pmatch[2].rm_so, 159 warn_time = apr_date_parse_http(date); 1039 * If the date is a valid RFC 850 date o 1042 date_canon(apr_pool_t *p, const char *date) argument [all...] |
/httpd/modules/http/ |
H A D | http_filters.c | 896 char *date = NULL; local 934 * keep the set-by-proxy server and date headers, otherwise 935 * generate a new server header / date header 941 * proxy_date needs to be const. So use date for the creation of 945 date = apr_palloc(r->pool, APR_RFC822_DATE_LEN); 946 ap_recent_rfc822_date(date, r->request_time); 951 date = apr_palloc(r->pool, APR_RFC822_DATE_LEN); 952 ap_recent_rfc822_date(date, r->request_time); 955 form_header_field(&h, "Date", proxy_date ? proxy_date : date ); 973 proxy_date ? proxy_date : date ); 1272 char *date = apr_palloc(r->pool, APR_RFC822_DATE_LEN); local [all...] |
/httpd/modules/test/ |
H A D | mod_policy.c | 408 * - Last-Modified, if present, must parse to a valid date 748 apr_time_t date = apr_date_parse_http(date_header); local 749 apr_int64_t fresh = apr_time_sec(expires - date); 764 else if (date == APR_DATE_BAD) {
|
/httpd/server/ |
H A D | apreq_module_cgi.c | 294 char date[APR_CTIME_LEN]; local 314 apr_ctime(date, apr_time_now()); 320 date, priorities[level].t_name, remote_addr, file, line, 326 date, priorities[level].t_name, remote_addr, file, line,
|
/httpd/modules/filters/ |
H A D | mod_include.c | 2097 apr_time_t date = r->request_time; local 2102 apr_table_setn(env, "DATE_LOCAL", ap_ht_time(r->pool, date, 2104 apr_table_setn(env, "DATE_GMT", ap_ht_time(r->pool, date, 3876 * torquing our own last_modified date as well so that the
|
Completed in 46 milliseconds