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 D | ngx_parse_time.h | 16 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 D | ngx_parse_time.c | 15 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 D | ngx_http_not_modified_filter_module.c | 121 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 D | ngx_http_headers_filter_module.c | 612 (value->len) ? ngx_parse_http_time(value->data, value->len) : -1; in ngx_http_set_last_modified()
|
| H A D | ngx_http_range_filter_module.c | 207 if_range_time = ngx_parse_http_time(if_range->data, if_range->len); in ngx_http_range_header_filter()
|
| H A D | ngx_http_dav_module.c | 273 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 D | ngx_event_openssl_stapling.c | 803 time = ngx_parse_http_time((u_char *) value, len); in ngx_ssl_stapling_time()
|
| H A D | ngx_event_openssl.c | 5071 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 D | ngx_http_upstream.c | 4087 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 D | ngx_http_core_module.c | 2012 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()
|