Searched refs:last_modified_time (Results 1 – 18 of 18) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_not_modified_filter_module.c | 117 if (r->headers_out.last_modified_time == (time_t) -1) { in ngx_http_test_if_unmodified() 125 "http iums:%T lm:%T", iums, r->headers_out.last_modified_time); in ngx_http_test_if_unmodified() 127 if (iums >= r->headers_out.last_modified_time) { in ngx_http_test_if_unmodified() 141 if (r->headers_out.last_modified_time == (time_t) -1) { in ngx_http_test_if_modified() 155 "http ims:%T lm:%T", ims, r->headers_out.last_modified_time); in ngx_http_test_if_modified() 157 if (ims == r->headers_out.last_modified_time) { in ngx_http_test_if_modified() 162 || ims < r->headers_out.last_modified_time) in ngx_http_test_if_modified()
|
| H A D | ngx_http_empty_gif_module.c | 125 r->headers_out.last_modified_time = 23349600; in ngx_http_empty_gif_handler()
|
| H A D | ngx_http_headers_filter_module.c | 440 || r->headers_out.last_modified_time == -1) in ngx_http_set_expires() 446 expires_time += r->headers_out.last_modified_time; in ngx_http_set_expires() 611 r->headers_out.last_modified_time = in ngx_http_set_last_modified()
|
| H A D | ngx_http_range_filter_module.c | 203 if (r->headers_out.last_modified_time == (time_t) -1) { in ngx_http_range_header_filter() 211 if_range_time, r->headers_out.last_modified_time); in ngx_http_range_header_filter() 213 if (if_range_time != r->headers_out.last_modified_time) { in ngx_http_range_header_filter()
|
| H A D | ngx_http_flv_module.c | 195 r->headers_out.last_modified_time = of.mtime; in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 219 r->headers_out.last_modified_time = of.mtime; in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 229 r->headers_out.last_modified_time = of.mtime; in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_mp4_module.c | 635 r->headers_out.last_modified_time = of.mtime; in ngx_http_mp4_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_header_filter_module.c | 190 if (r->headers_out.last_modified_time != -1) { in ngx_http_header_filter() 195 r->headers_out.last_modified_time = -1; in ngx_http_header_filter() 225 r->headers_out.last_modified_time = -1; in ngx_http_header_filter() 316 && r->headers_out.last_modified_time != -1) in ngx_http_header_filter() 508 && r->headers_out.last_modified_time != -1) in ngx_http_header_filter() 512 b->last = ngx_http_time(b->last, r->headers_out.last_modified_time); in ngx_http_header_filter()
|
| H A D | ngx_http_upstream.h | 292 time_t last_modified_time; member
|
| H A D | ngx_http_request.h | 288 time_t last_modified_time; member
|
| H A D | ngx_http_core_module.h | 561 r->headers_out.last_modified_time = -1; \
|
| H A D | ngx_http_special_response.c | 579 r->headers_out.last_modified_time = -1; in ngx_http_clean_header()
|
| H A D | ngx_http_upstream.c | 506 u->headers_in.last_modified_time = -1; in ngx_http_upstream_create() 1056 u->headers_in.last_modified_time = -1; in ngx_http_upstream_cache_send() 1928 u->headers_in.last_modified_time = -1; in ngx_http_upstream_reinit() 3080 r->cache->last_modified = u->headers_in.last_modified_time; in ngx_http_upstream_send_response() 4513 u->headers_in.last_modified_time = ngx_parse_http_time(h->value.data, in ngx_http_upstream_process_last_modified() 5056 r->headers_out.last_modified_time = in ngx_http_upstream_copy_last_modified() 5057 r->upstream->headers_in.last_modified_time; in ngx_http_upstream_copy_last_modified()
|
| H A D | ngx_http_variables.c | 1893 if (r->headers_out.last_modified_time >= 0) { in ngx_http_variable_sent_last_modified() 1899 v->len = ngx_http_time(p, r->headers_out.last_modified_time) - p; in ngx_http_variable_sent_last_modified()
|
| H A D | ngx_http_request.c | 625 r->headers_out.last_modified_time = -1; in ngx_http_alloc_request()
|
| H A D | ngx_http_core_module.c | 1617 r->headers_out.last_modified_time, in ngx_http_set_etag()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 207 r->headers_out.last_modified_time = -1; in ngx_http_v2_header_filter() 223 r->headers_out.last_modified_time = -1; in ngx_http_v2_header_filter() 296 && r->headers_out.last_modified_time != -1) in ngx_http_v2_header_filter() 570 && r->headers_out.last_modified_time != -1) in ngx_http_v2_header_filter() 574 ngx_http_time(pos, r->headers_out.last_modified_time); in ngx_http_v2_header_filter()
|