Searched refs:last_modified (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 76 time_t last_modified; member 131 time_t last_modified; member
|
| H A D | ngx_http_header_filter_module.c | 144 offsetof(ngx_http_headers_out_t, last_modified) }, 196 r->headers_out.last_modified = NULL; in ngx_http_header_filter() 226 r->headers_out.last_modified = NULL; in ngx_http_header_filter() 315 if (r->headers_out.last_modified == NULL in ngx_http_header_filter() 507 if (r->headers_out.last_modified == NULL in ngx_http_header_filter()
|
| H A D | ngx_http_core_module.h | 562 if (r->headers_out.last_modified) { \ 563 r->headers_out.last_modified->hash = 0; \ 564 r->headers_out.last_modified = NULL; \
|
| H A D | ngx_http_file_cache.c | 607 c->last_modified = h->last_modified; in ngx_http_file_cache_read() 1262 h->last_modified = c->last_modified; in ngx_http_file_cache_set_header() 1503 || h.last_modified != c->last_modified in ngx_http_file_cache_update_header() 1525 h.last_modified = c->last_modified; in ngx_http_file_cache_update_header()
|
| H A D | ngx_http_upstream.h | 277 ngx_table_elt_t *last_modified; member
|
| H A D | ngx_http_request.h | 267 ngx_table_elt_t *last_modified; member
|
| H A D | ngx_http_upstream.c | 3080 r->cache->last_modified = u->headers_in.last_modified_time; in ngx_http_upstream_send_response() 3090 r->cache->last_modified = -1; in ngx_http_upstream_send_response() 4085 if (u->headers_in.last_modified) { in ngx_http_upstream_store() 4087 lm = ngx_parse_http_time(u->headers_in.last_modified->value.data, in ngx_http_upstream_store() 4088 u->headers_in.last_modified->value.len); in ngx_http_upstream_store() 4512 u->headers_in.last_modified = h; in ngx_http_upstream_process_last_modified() 5055 r->headers_out.last_modified = ho; in ngx_http_upstream_copy_last_modified() 5649 || r->cache->last_modified == -1) in ngx_http_upstream_cache_last_modified() 5660 v->len = ngx_http_time(p, r->cache->last_modified) - p; in ngx_http_upstream_cache_last_modified()
|
| H A D | ngx_http_variables.c | 1883 if (r->headers_out.last_modified) { in ngx_http_variable_sent_last_modified() 1884 v->len = r->headers_out.last_modified->value.len; in ngx_http_variable_sent_last_modified() 1888 v->data = r->headers_out.last_modified->value.data; in ngx_http_variable_sent_last_modified()
|
| H A D | ngx_http_core_module.c | 2067 if ((p & NGX_HTTP_GZIP_PROXIED_NO_LM) && r->headers_out.last_modified) { in ngx_http_gzip_ok()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_xslt_filter_module.c | 61 ngx_flag_t last_modified; member 159 offsetof(ngx_http_xslt_filter_loc_conf_t, last_modified), 342 if (!conf->last_modified) { in ngx_http_xslt_send() 1089 conf->last_modified = NGX_CONF_UNSET; in ngx_http_xslt_filter_create_conf() 1121 ngx_conf_merge_value(conf->last_modified, prev->last_modified, 0); in ngx_http_xslt_filter_merge_conf()
|
| H A D | ngx_http_sub_filter_module.c | 44 ngx_flag_t last_modified; member 128 offsetof(ngx_http_sub_loc_conf_t, last_modified), 271 if (!slcf->last_modified) { in ngx_http_sub_header_filter() 879 slcf->last_modified = NGX_CONF_UNSET; in ngx_http_sub_create_conf() 895 ngx_conf_merge_value(conf->last_modified, prev->last_modified, 0); in ngx_http_sub_merge_conf()
|
| H A D | ngx_http_ssi_filter_module.c | 24 ngx_flag_t last_modified; member 170 offsetof(ngx_http_ssi_loc_conf_t, last_modified), 375 if (!slcf->last_modified) { in ngx_http_ssi_header_filter() 2887 slcf->last_modified = NGX_CONF_UNSET; in ngx_http_ssi_create_loc_conf() 2906 ngx_conf_merge_value(conf->last_modified, prev->last_modified, 0); in ngx_http_ssi_merge_loc_conf()
|
| H A D | ngx_http_headers_filter_module.c | 89 offsetof(ngx_http_headers_out_t, last_modified),
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 208 r->headers_out.last_modified = NULL; in ngx_http_v2_header_filter() 224 r->headers_out.last_modified = NULL; in ngx_http_v2_header_filter() 295 if (r->headers_out.last_modified == NULL in ngx_http_v2_header_filter() 569 if (r->headers_out.last_modified == NULL in ngx_http_v2_header_filter()
|