Home
last modified time | relevance | path

Searched refs:content_encoding (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_not_modified_filter_module.c100 if (r->headers_out.content_encoding) { in ngx_http_not_modified_header_filter()
101 r->headers_out.content_encoding->hash = 0; in ngx_http_not_modified_header_filter()
102 r->headers_out.content_encoding = NULL; in ngx_http_not_modified_header_filter()
H A Dngx_http_gunzip_filter_module.c133 || r->headers_out.content_encoding == NULL in ngx_http_gunzip_header_filter()
134 || r->headers_out.content_encoding->value.len != 4 in ngx_http_gunzip_header_filter()
135 || ngx_strncasecmp(r->headers_out.content_encoding->value.data, in ngx_http_gunzip_header_filter()
163 r->headers_out.content_encoding->hash = 0; in ngx_http_gunzip_header_filter()
164 r->headers_out.content_encoding = NULL; in ngx_http_gunzip_header_filter()
H A Dngx_http_gzip_static_module.c247 r->headers_out.content_encoding = h; in ngx_http_gzip_static_handler()
H A Dngx_http_gzip_filter_module.c253 || (r->headers_out.content_encoding in ngx_http_gzip_header_filter()
254 && r->headers_out.content_encoding->value.len) in ngx_http_gzip_header_filter()
306 r->headers_out.content_encoding = h; in ngx_http_gzip_header_filter()
H A Dngx_http_memcached_module.c406 r->headers_out.content_encoding = h; in ngx_http_memcached_process_header()
H A Dngx_http_charset_filter_module.c285 if (r->headers_out.content_encoding in ngx_http_charset_header_filter()
286 && r->headers_out.content_encoding->value.len) in ngx_http_charset_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h285 ngx_table_elt_t *content_encoding; member
H A Dngx_http_request.h264 ngx_table_elt_t *content_encoding; member
H A Dngx_http_header_filter_module.c141 offsetof(ngx_http_headers_out_t, content_encoding) },
H A Dngx_http_upstream.c323 offsetof(ngx_http_upstream_headers_in_t, content_encoding),
5241 r->headers_out.content_encoding = ho; in ngx_http_upstream_copy_content_encoding()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs534 r->headers_out.content_encoding = header;