Home
last modified time | relevance | path

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 Dngx_http_not_modified_filter_module.c117 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 Dngx_http_empty_gif_module.c125 r->headers_out.last_modified_time = 23349600; in ngx_http_empty_gif_handler()
H A Dngx_http_headers_filter_module.c440 || 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 Dngx_http_range_filter_module.c203 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 Dngx_http_flv_module.c195 r->headers_out.last_modified_time = of.mtime; in ngx_http_flv_handler()
H A Dngx_http_static_module.c219 r->headers_out.last_modified_time = of.mtime; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c229 r->headers_out.last_modified_time = of.mtime; in ngx_http_gzip_static_handler()
H A Dngx_http_mp4_module.c635 r->headers_out.last_modified_time = of.mtime; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c190 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 Dngx_http_upstream.h292 time_t last_modified_time; member
H A Dngx_http_request.h288 time_t last_modified_time; member
H A Dngx_http_core_module.h561 r->headers_out.last_modified_time = -1; \
H A Dngx_http_special_response.c579 r->headers_out.last_modified_time = -1; in ngx_http_clean_header()
H A Dngx_http_upstream.c506 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 Dngx_http_variables.c1893 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 Dngx_http_request.c625 r->headers_out.last_modified_time = -1; in ngx_http_alloc_request()
H A Dngx_http_core_module.c1617 r->headers_out.last_modified_time, in ngx_http_set_etag()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c207 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()