ngx_http_core_default_types 3162 http/ngx_http_core_module.c static ngx_hash_key_t  ngx_http_core_default_types[] = {
ngx_http_core_default_types 3243 http/ngx_http_core_module.c         for (i = 0; ngx_http_core_default_types[i].key.len; i++) {
ngx_http_core_default_types 3249 http/ngx_http_core_module.c             type->key = ngx_http_core_default_types[i].key;
ngx_http_core_default_types 3251 http/ngx_http_core_module.c                        ngx_hash_key_lc(ngx_http_core_default_types[i].key.data,
ngx_http_core_default_types 3252 http/ngx_http_core_module.c                                        ngx_http_core_default_types[i].key.len);
ngx_http_core_default_types 3253 http/ngx_http_core_module.c             type->value = ngx_http_core_default_types[i].value;