Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c42 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 Dngx_http_v2.c217 offsetof(ngx_http_headers_in_t, accept_encoding), 0, NULL },
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h205 ngx_table_elt_t *accept_encoding; member
H A Dngx_http_request.c150 offsetof(ngx_http_headers_in_t, accept_encoding),
H A Dngx_http_core_module.c1952 ae = r->headers_in.accept_encoding; in ngx_http_gzip_ok()