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 D | ngx_http_header_filter_module.c | 136 { 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 D | ngx_http_request.h | 289 } ngx_http_headers_out_t; typedef 396 ngx_http_headers_out_t headers_out;
|
| H A D | ngx_http_special_response.c | 571 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 D | ngx_http_upstream.c | 216 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 D | ngx_http_headers_filter_module.c | 81 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),
|