Searched refs:if_modified_since (Results 1 – 8 of 8) sorted by relevance
78 if (r->headers_in.if_modified_since || r->headers_in.if_none_match) { in ngx_http_not_modified_header_filter()80 if (r->headers_in.if_modified_since in ngx_http_not_modified_header_filter()147 if (clcf->if_modified_since == NGX_HTTP_IMS_OFF) { in ngx_http_test_if_modified()151 ims = ngx_parse_http_time(r->headers_in.if_modified_since->value.data, in ngx_http_test_if_modified()152 r->headers_in.if_modified_since->value.len); in ngx_http_test_if_modified()161 if (clcf->if_modified_since == NGX_HTTP_IMS_EXACT in ngx_http_test_if_modified()
186 ngx_table_elt_t *if_modified_since; member
378 ngx_uint_t if_modified_since; /* if_modified_since */ member
634 offsetof(ngx_http_core_loc_conf_t, if_modified_since),3417 clcf->if_modified_since = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()3634 ngx_conf_merge_uint_value(conf->if_modified_since, prev->if_modified_since, in ngx_http_core_merge_loc_conf()
92 offsetof(ngx_http_headers_in_t, if_modified_since),
4638 *) Добавление: параметр off в директиве if_modified_since.4783 *) Добавление: директива if_modified_since.
4553 *) Feature: the "off" parameter of the "if_modified_since" directive.4694 *) Feature: the "if_modified_since" directive.
317 syn keyword ngxDirective contained if_modified_since