ngx_http_set_content_type  188 http/modules/ngx_http_flv_module.c     if (ngx_http_set_content_type(r) != NGX_OK) {
ngx_http_set_content_type  201 http/modules/ngx_http_gzip_static_module.c     if (ngx_http_set_content_type(r) != NGX_OK) {
ngx_http_set_content_type  163 http/modules/ngx_http_memcached_module.c     if (ngx_http_set_content_type(r) != NGX_OK) {
ngx_http_set_content_type  212 http/modules/ngx_http_static_module.c     if (ngx_http_set_content_type(r) != NGX_OK) {
ngx_http_set_content_type 1795 http/ngx_http_core_module.c         if (ngx_http_set_content_type(r) != NGX_OK) {
ngx_http_set_content_type  462 http/ngx_http_core_module.h ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);