last_modified_time  131 http/modules/ngx_http_empty_gif_module.c     r->headers_out.last_modified_time = 23349600;
last_modified_time  186 http/modules/ngx_http_flv_module.c     r->headers_out.last_modified_time = of.mtime;
last_modified_time  199 http/modules/ngx_http_gzip_static_module.c     r->headers_out.last_modified_time = of.mtime;
last_modified_time  266 http/modules/ngx_http_headers_filter_module.c         || r->headers_out.last_modified_time == -1)
last_modified_time  276 http/modules/ngx_http_headers_filter_module.c         expires_time = r->headers_out.last_modified_time + conf->expires_time;
last_modified_time  372 http/modules/ngx_http_headers_filter_module.c     r->headers_out.last_modified_time = -1;
last_modified_time   56 http/modules/ngx_http_not_modified_filter_module.c         || r->headers_out.last_modified_time == -1)
last_modified_time   82 http/modules/ngx_http_not_modified_filter_module.c                  "http iums:%d lm:%d", iums, r->headers_out.last_modified_time);
last_modified_time   84 http/modules/ngx_http_not_modified_filter_module.c     if (iums >= r->headers_out.last_modified_time) {
last_modified_time  109 http/modules/ngx_http_not_modified_filter_module.c                    "http ims:%d lm:%d", ims, r->headers_out.last_modified_time);
last_modified_time  111 http/modules/ngx_http_not_modified_filter_module.c     if (ims != r->headers_out.last_modified_time) {
last_modified_time  114 http/modules/ngx_http_not_modified_filter_module.c             || ims < r->headers_out.last_modified_time)
last_modified_time  170 http/modules/ngx_http_range_filter_module.c     if (r->headers_in.if_range && r->headers_out.last_modified_time != -1) {
last_modified_time  177 http/modules/ngx_http_range_filter_module.c                        if_range, r->headers_out.last_modified_time);
last_modified_time  179 http/modules/ngx_http_range_filter_module.c         if (if_range != r->headers_out.last_modified_time) {
last_modified_time  210 http/modules/ngx_http_static_module.c     r->headers_out.last_modified_time = of.mtime;
last_modified_time  519 http/ngx_http_core_module.h     r->headers_out.last_modified_time = -1;                                   \
last_modified_time  191 http/ngx_http_header_filter_module.c     if (r->headers_out.last_modified_time != -1) {
last_modified_time  196 http/ngx_http_header_filter_module.c             r->headers_out.last_modified_time = -1;
last_modified_time  226 http/ngx_http_header_filter_module.c                 r->headers_out.last_modified_time = -1;
last_modified_time  307 http/ngx_http_header_filter_module.c         && r->headers_out.last_modified_time != -1)
last_modified_time  508 http/ngx_http_header_filter_module.c         && r->headers_out.last_modified_time != -1)
last_modified_time  512 http/ngx_http_header_filter_module.c         b->last = ngx_http_time(b->last, r->headers_out.last_modified_time);
last_modified_time  500 http/ngx_http_request.c     r->headers_out.last_modified_time = -1;
last_modified_time  265 http/ngx_http_request.h     time_t                            last_modified_time;
last_modified_time  520 http/ngx_http_special_response.c     r->headers_out.last_modified_time = -1;
last_modified_time 2181 http/ngx_http_upstream.c             r->cache->last_modified = r->headers_out.last_modified_time;
last_modified_time 2189 http/ngx_http_upstream.c             r->headers_out.last_modified_time = -1;
last_modified_time 3465 http/ngx_http_upstream.c         r->headers_out.last_modified_time = ngx_http_parse_time(h->value.data,
last_modified_time 1417 http/ngx_http_variables.c     if (r->headers_out.last_modified_time >= 0) {
last_modified_time 1424 http/ngx_http_variables.c         v->len = ngx_http_time(p, r->headers_out.last_modified_time) - p;