Home
last modified time | relevance | path

Searched refs:ngx_parse_http_time (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse_time.h16 time_t ngx_parse_http_time(u_char *value, size_t len);
19 #define ngx_http_parse_time(value, len) ngx_parse_http_time(value, len)
H A Dngx_parse_time.c15 ngx_parse_http_time(u_char *value, size_t len) in ngx_parse_http_time() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_not_modified_filter_module.c121 iums = ngx_parse_http_time(r->headers_in.if_unmodified_since->value.data, in ngx_http_test_if_unmodified()
151 ims = ngx_parse_http_time(r->headers_in.if_modified_since->value.data, in ngx_http_test_if_modified()
H A Dngx_http_headers_filter_module.c612 (value->len) ? ngx_parse_http_time(value->data, value->len) : -1; in ngx_http_set_last_modified()
H A Dngx_http_range_filter_module.c207 if_range_time = ngx_parse_http_time(if_range->data, if_range->len); in ngx_http_range_header_filter()
H A Dngx_http_dav_module.c273 date = ngx_parse_http_time(r->headers_in.date->value.data, in ngx_http_dav_put_handler()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c803 time = ngx_parse_http_time((u_char *) value, len); in ngx_ssl_stapling_time()
H A Dngx_event_openssl.c5071 time = ngx_parse_http_time((u_char *) value, len); in ngx_ssl_parse_time()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c4087 lm = ngx_parse_http_time(u->headers_in.last_modified->value.data, in ngx_http_upstream_store()
4513 u->headers_in.last_modified_time = ngx_parse_http_time(h->value.data, in ngx_http_upstream_process_last_modified()
4718 expires = ngx_parse_http_time(h->value.data, h->value.len); in ngx_http_upstream_process_expires()
H A Dngx_http_core_module.c2012 expires = ngx_parse_http_time(e->value.data, e->value.len); in ngx_http_gzip_ok()
2020 date = ngx_parse_http_time(d->value.data, d->value.len); in ngx_http_gzip_ok()