content_type 234 http/modules/ngx_http_autoindex_module.c ngx_str_set(&r->headers_out.content_type, "text/html"); content_type 284 http/modules/ngx_http_charset_filter_module.c r->headers_out.content_type.len = r->headers_out.content_type_len; content_type 320 http/modules/ngx_http_charset_filter_module.c if (r->headers_out.content_type.len == 0) { content_type 211 http/modules/ngx_http_image_filter_module.c if (r->headers_out.content_type.len content_type 213 http/modules/ngx_http_image_filter_module.c && ngx_strncasecmp(r->headers_out.content_type.data, content_type 309 http/modules/ngx_http_image_filter_module.c r->headers_out.content_type = *ct; content_type 550 http/modules/ngx_http_image_filter_module.c ngx_str_set(&r->headers_out.content_type, "text/plain"); content_type 122 http/modules/ngx_http_not_modified_filter_module.c r->headers_out.content_type.len = 0; content_type 396 http/modules/ngx_http_range_filter_module.c + r->headers_out.content_type.len content_type 424 http/modules/ngx_http_range_filter_module.c &r->headers_out.content_type, content_type 430 http/modules/ngx_http_range_filter_module.c } else if (r->headers_out.content_type.len) { content_type 436 http/modules/ngx_http_range_filter_module.c &r->headers_out.content_type) content_type 447 http/modules/ngx_http_range_filter_module.c r->headers_out.content_type.data = content_type 452 http/modules/ngx_http_range_filter_module.c if (r->headers_out.content_type.data == NULL) { content_type 460 http/modules/ngx_http_range_filter_module.c r->headers_out.content_type.len = content_type 461 http/modules/ngx_http_range_filter_module.c ngx_sprintf(r->headers_out.content_type.data, content_type 464 http/modules/ngx_http_range_filter_module.c - r->headers_out.content_type.data; content_type 466 http/modules/ngx_http_range_filter_module.c r->headers_out.content_type_len = r->headers_out.content_type.len; content_type 2069 http/modules/ngx_http_ssi_filter_module.c r->headers_out.content_type = r->parent->headers_out.content_type; content_type 78 http/modules/ngx_http_stub_status_module.c ngx_str_set(&r->headers_out.content_type, "text/plain"); content_type 550 http/modules/ngx_http_xslt_filter_module.c r->headers_out.content_type.len = len; content_type 551 http/modules/ngx_http_xslt_filter_module.c r->headers_out.content_type.data = type; content_type 556 http/modules/ngx_http_xslt_filter_module.c ngx_str_set(&r->headers_out.content_type, "text/html"); content_type 1643 http/ngx_http_core_module.c if (r->headers_out.content_type.len == 0) { content_type 1661 http/ngx_http_core_module.c c = ngx_tolower(r->headers_out.content_type.data[i]); content_type 1682 http/ngx_http_core_module.c if (r->headers_out.content_type.len) { content_type 1717 http/ngx_http_core_module.c r->headers_out.content_type = *type; content_type 1724 http/ngx_http_core_module.c r->headers_out.content_type = clcf->default_type; content_type 1792 http/ngx_http_core_module.c r->headers_out.content_type = *ct; content_type 2827 http/ngx_http_core_module.c ngx_str_t *value, *content_type, *old, file; content_type 2845 http/ngx_http_core_module.c content_type = ngx_palloc(cf->pool, sizeof(ngx_str_t)); content_type 2846 http/ngx_http_core_module.c if (content_type == NULL) { content_type 2850 http/ngx_http_core_module.c *content_type = value[0]; content_type 2860 http/ngx_http_core_module.c type[n].value = content_type; content_type 2866 http/ngx_http_core_module.c &value[i], content_type, old); content_type 2879 http/ngx_http_core_module.c type->value = content_type; content_type 225 http/ngx_http_header_filter_module.c ngx_str_null(&r->headers_out.content_type); content_type 289 http/ngx_http_header_filter_module.c if (r->headers_out.content_type.len) { content_type 291 http/ngx_http_header_filter_module.c + r->headers_out.content_type.len + 2; content_type 293 http/ngx_http_header_filter_module.c if (r->headers_out.content_type_len == r->headers_out.content_type.len content_type 476 http/ngx_http_header_filter_module.c if (r->headers_out.content_type.len) { content_type 480 http/ngx_http_header_filter_module.c b->last = ngx_copy(b->last, r->headers_out.content_type.data, content_type 481 http/ngx_http_header_filter_module.c r->headers_out.content_type.len); content_type 483 http/ngx_http_header_filter_module.c if (r->headers_out.content_type_len == r->headers_out.content_type.len content_type 493 http/ngx_http_header_filter_module.c r->headers_out.content_type.len = b->last - p; content_type 494 http/ngx_http_header_filter_module.c r->headers_out.content_type.data = p; content_type 106 http/ngx_http_request.c offsetof(ngx_http_headers_in_t, content_type), content_type 176 http/ngx_http_request.h ngx_table_elt_t *content_type; content_type 256 http/ngx_http_request.h ngx_str_t content_type; content_type 388 http/ngx_http_special_response.c r->headers_out.content_type.len = 0; content_type 635 http/ngx_http_special_response.c ngx_str_set(&r->headers_out.content_type, "text/html"); content_type 732 http/ngx_http_special_response.c ngx_str_set(&r->headers_out.content_type, "text/html"); content_type 148 http/ngx_http_upstream.c offsetof(ngx_http_upstream_headers_in_t, content_type), content_type 3382 http/ngx_http_upstream.c r->headers_out.content_type = h->value; content_type 212 http/ngx_http_upstream.h ngx_table_elt_t *content_type; content_type 140 http/ngx_http_variables.c offsetof(ngx_http_request_t, headers_in.content_type), 0, 0 }, content_type 1325 http/ngx_http_variables.c if (r->headers_out.content_type.len) { content_type 1326 http/ngx_http_variables.c v->len = r->headers_out.content_type.len; content_type 1330 http/ngx_http_variables.c v->data = r->headers_out.content_type.data;