Searched refs:accept_encoding (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 42 offsetof(ngx_http_headers_in_t, accept_encoding) }, 153 static const u_char accept_encoding[12] = in ngx_http_v2_header_filter() local 384 len += 1 + sizeof(accept_encoding); in ngx_http_v2_header_filter() 604 pos = ngx_cpymem(pos, accept_encoding, sizeof(accept_encoding)); in ngx_http_v2_header_filter()
|
| H A D | ngx_http_v2.c | 217 offsetof(ngx_http_headers_in_t, accept_encoding), 0, NULL },
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.h | 205 ngx_table_elt_t *accept_encoding; member
|
| H A D | ngx_http_request.c | 150 offsetof(ngx_http_headers_in_t, accept_encoding),
|
| H A D | ngx_http_core_module.c | 1952 ae = r->headers_in.accept_encoding; in ngx_http_gzip_ok()
|