Home
last modified time | relevance | path

Searched refs:content_type_lowcase (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c104 r->headers_out.content_type_lowcase = NULL; in ngx_http_stub_status_handler()
H A Dngx_http_image_filter_module.c343 r->headers_out.content_type_lowcase = NULL; in ngx_http_image_body_filter()
597 r->headers_out.content_type_lowcase = NULL; in ngx_http_image_json()
H A Dngx_http_range_filter_module.c536 r->headers_out.content_type_lowcase = NULL; in ngx_http_range_multipart_header()
H A Dngx_http_xslt_filter_module.c621 r->headers_out.content_type_lowcase = NULL; in ngx_http_xslt_apply_stylesheet()
H A Dngx_http_autoindex_module.c281 r->headers_out.content_type_lowcase = NULL; in ngx_http_autoindex_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c701 r->headers_out.content_type_lowcase = NULL; in ngx_http_send_special_response()
799 r->headers_out.content_type_lowcase = NULL; in ngx_http_send_refresh()
H A Dngx_http_request.h279 u_char *content_type_lowcase; member
H A Dngx_http_core_module.c1485 if (r->headers_out.content_type_lowcase == NULL) { in ngx_http_test_content_type()
1492 r->headers_out.content_type_lowcase = lowcase; in ngx_http_test_content_type()
1506 r->headers_out.content_type_lowcase, len); in ngx_http_test_content_type()
H A Dngx_http_upstream.c4998 r->headers_out.content_type_lowcase = NULL; in ngx_http_upstream_copy_content_type()