Home
last modified time | relevance | path

Searched refs:ngx_http_headers_out_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c136 { ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) },
137 { ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) },
139 offsetof(ngx_http_headers_out_t, content_length) },
141 offsetof(ngx_http_headers_out_t, content_encoding) },
142 { ngx_string("Location"), offsetof(ngx_http_headers_out_t, location) },
144 offsetof(ngx_http_headers_out_t, last_modified) },
146 offsetof(ngx_http_headers_out_t, accept_ranges) },
147 { ngx_string("Expires"), offsetof(ngx_http_headers_out_t, expires) },
149 offsetof(ngx_http_headers_out_t, cache_control) },
150 { ngx_string("ETag"), offsetof(ngx_http_headers_out_t, etag) },
H A Dngx_http_request.h289 } ngx_http_headers_out_t; typedef
396 ngx_http_headers_out_t headers_out;
H A Dngx_http_special_response.c571 sizeof(ngx_http_headers_out_t) in ngx_http_clean_header()
572 - offsetof(ngx_http_headers_out_t, status)); in ngx_http_clean_header()
H A Dngx_http_upstream.c216 offsetof(ngx_http_headers_out_t, date), 0 },
226 offsetof(ngx_http_headers_out_t, etag), 0 },
232 offsetof(ngx_http_headers_out_t, server), 0 },
260 offsetof(ngx_http_headers_out_t, cache_control), 1 },
265 offsetof(ngx_http_headers_out_t, expires), 1 },
271 offsetof(ngx_http_headers_out_t, accept_ranges), 1 },
276 offsetof(ngx_http_headers_out_t, content_range), 0 },
293 offsetof(ngx_http_headers_out_t, link), 0 },
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_headers_filter_module.c81 offsetof(ngx_http_headers_out_t, cache_control),
85 offsetof(ngx_http_headers_out_t, link),
89 offsetof(ngx_http_headers_out_t, last_modified),
93 offsetof(ngx_http_headers_out_t, etag),