ngx_http_parse_time  251 http/modules/ngx_http_dav_module.c         date = ngx_http_parse_time(r->headers_in.date->value.data,
ngx_http_parse_time   78 http/modules/ngx_http_not_modified_filter_module.c     iums = ngx_http_parse_time(r->headers_in.if_unmodified_since->value.data,
ngx_http_parse_time  105 http/modules/ngx_http_not_modified_filter_module.c     ims = ngx_http_parse_time(r->headers_in.if_modified_since->value.data,
ngx_http_parse_time  172 http/modules/ngx_http_range_filter_module.c         if_range = ngx_http_parse_time(r->headers_in.if_range->value.data,
ngx_http_parse_time  127 http/ngx_http.h time_t ngx_http_parse_time(u_char *value, size_t len);
ngx_http_parse_time 2077 http/ngx_http_core_module.c         expires = ngx_http_parse_time(e->value.data, e->value.len);
ngx_http_parse_time 2085 http/ngx_http_core_module.c             date = ngx_http_parse_time(d->value.data, d->value.len);
ngx_http_parse_time 2745 http/ngx_http_upstream.c         lm = ngx_http_parse_time(u->headers_in.last_modified->value.data,
ngx_http_parse_time 3190 http/ngx_http_upstream.c     expires = ngx_http_parse_time(h->value.data, h->value.len);
ngx_http_parse_time 3465 http/ngx_http_upstream.c         r->headers_out.last_modified_time = ngx_http_parse_time(h->value.data,