Home
last modified time | relevance | path

Searched refs:if_unmodified_since (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_not_modified_filter_module.c64 if (r->headers_in.if_unmodified_since in ngx_http_not_modified_header_filter()
121 iums = ngx_parse_http_time(r->headers_in.if_unmodified_since->value.data, in ngx_http_test_if_unmodified()
122 r->headers_in.if_unmodified_since->value.len); in ngx_http_test_if_unmodified()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h187 ngx_table_elt_t *if_unmodified_since; member
H A Dngx_http_request.c96 offsetof(ngx_http_headers_in_t, if_unmodified_since),