Home
last modified time | relevance | path

Searched refs:ngx_http_upstream_headers_in_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h296 } ngx_http_upstream_headers_in_t; typedef
338 ngx_http_upstream_headers_in_t headers_in;
H A Dngx_http_upstream.c200 offsetof(ngx_http_upstream_headers_in_t, status),
205 offsetof(ngx_http_upstream_headers_in_t, content_type),
214 offsetof(ngx_http_upstream_headers_in_t, date),
224 offsetof(ngx_http_upstream_headers_in_t, etag),
230 offsetof(ngx_http_upstream_headers_in_t, server),
236 offsetof(ngx_http_upstream_headers_in_t, www_authenticate),
241 offsetof(ngx_http_upstream_headers_in_t, location),
250 offsetof(ngx_http_upstream_headers_in_t, cookies),
269 offsetof(ngx_http_upstream_headers_in_t, accept_ranges),
1054 ngx_memzero(&u->headers_in, sizeof(ngx_http_upstream_headers_in_t)); in ngx_http_upstream_cache_send()
[all …]