last_modified      71 http/modules/ngx_http_headers_filter_module.c                  offsetof(ngx_http_headers_out_t, last_modified),
last_modified      65 http/ngx_http_cache.h     time_t                           last_modified;
last_modified      90 http/ngx_http_cache.h     time_t                           last_modified;
last_modified    2132 http/ngx_http_core_module.c     if ((p & NGX_HTTP_GZIP_PROXIED_NO_LM) && r->headers_out.last_modified) {
last_modified     520 http/ngx_http_core_module.h     if (r->headers_out.last_modified) {                                       \
last_modified     521 http/ngx_http_core_module.h         r->headers_out.last_modified->hash = 0;                               \
last_modified     522 http/ngx_http_core_module.h         r->headers_out.last_modified = NULL;                                  \
last_modified     394 http/ngx_http_file_cache.c     c->last_modified = h->last_modified;
last_modified     757 http/ngx_http_file_cache.c     h->last_modified = c->last_modified;
last_modified     141 http/ngx_http_header_filter_module.c                  offsetof(ngx_http_headers_out_t, last_modified) },
last_modified     197 http/ngx_http_header_filter_module.c             r->headers_out.last_modified = NULL;
last_modified     227 http/ngx_http_header_filter_module.c                 r->headers_out.last_modified = NULL;
last_modified     306 http/ngx_http_header_filter_module.c     if (r->headers_out.last_modified == NULL
last_modified     507 http/ngx_http_header_filter_module.c     if (r->headers_out.last_modified == NULL
last_modified     246 http/ngx_http_request.h     ngx_table_elt_t                  *last_modified;
last_modified     164 http/ngx_http_upstream.c                  offsetof(ngx_http_upstream_headers_in_t, last_modified),
last_modified    2181 http/ngx_http_upstream.c             r->cache->last_modified = r->headers_out.last_modified_time;
last_modified    2743 http/ngx_http_upstream.c     if (u->headers_in.last_modified) {
last_modified    2745 http/ngx_http_upstream.c         lm = ngx_http_parse_time(u->headers_in.last_modified->value.data,
last_modified    2746 http/ngx_http_upstream.c                                  u->headers_in.last_modified->value.len);
last_modified    3460 http/ngx_http_upstream.c     r->headers_out.last_modified = ho;
last_modified     215 http/ngx_http_upstream.h     ngx_table_elt_t                 *last_modified;
last_modified    1407 http/ngx_http_variables.c     if (r->headers_out.last_modified) {
last_modified    1408 http/ngx_http_variables.c         v->len = r->headers_out.last_modified->value.len;
last_modified    1412 http/ngx_http_variables.c         v->data = r->headers_out.last_modified->value.data;