types_hash       1979 http/ngx_http.c ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash,
types_hash       1991 http/ngx_http.c         hash.hash = types_hash;
types_hash       2036 http/ngx_http.c     *types_hash = *prev_types_hash;
types_hash        140 http/ngx_http.h     ngx_hash_t *types_hash, ngx_array_t **prev_keys,
types_hash       1633 http/ngx_http_core_module.c ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash)
types_hash       1639 http/ngx_http_core_module.c     if (types_hash->size == 0) {
types_hash       1669 http/ngx_http_core_module.c     return ngx_hash_find(types_hash, r->headers_out.content_type_hash,
types_hash       1712 http/ngx_http_core_module.c         type = ngx_hash_find(&clcf->types_hash, hash,
types_hash       3178 http/ngx_http_core_module.c     ngx_hash_init_t   types_hash;
types_hash       3215 http/ngx_http_core_module.c     if (prev->types && prev->types_hash.buckets == NULL) {
types_hash       3217 http/ngx_http_core_module.c         types_hash.hash = &prev->types_hash;
types_hash       3218 http/ngx_http_core_module.c         types_hash.key = ngx_hash_key_lc;
types_hash       3219 http/ngx_http_core_module.c         types_hash.max_size = conf->types_hash_max_size;
types_hash       3220 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
types_hash       3221 http/ngx_http_core_module.c         types_hash.name = "types_hash";
types_hash       3222 http/ngx_http_core_module.c         types_hash.pool = cf->pool;
types_hash       3223 http/ngx_http_core_module.c         types_hash.temp_pool = NULL;
types_hash       3225 http/ngx_http_core_module.c         if (ngx_hash_init(&types_hash, prev->types->elts, prev->types->nelts)
types_hash       3234 http/ngx_http_core_module.c         conf->types_hash = prev->types_hash;
types_hash       3257 http/ngx_http_core_module.c     if (conf->types_hash.buckets == NULL) {
types_hash       3259 http/ngx_http_core_module.c         types_hash.hash = &conf->types_hash;
types_hash       3260 http/ngx_http_core_module.c         types_hash.key = ngx_hash_key_lc;
types_hash       3261 http/ngx_http_core_module.c         types_hash.max_size = conf->types_hash_max_size;
types_hash       3262 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
types_hash       3263 http/ngx_http_core_module.c         types_hash.name = "mime_types_hash";
types_hash       3264 http/ngx_http_core_module.c         types_hash.pool = cf->pool;
types_hash       3265 http/ngx_http_core_module.c         types_hash.temp_pool = NULL;
types_hash       3267 http/ngx_http_core_module.c         if (ngx_hash_init(&types_hash, conf->types->elts, conf->types->nelts)
types_hash        330 http/ngx_http_core_module.h     ngx_hash_t    types_hash;
types_hash        461 http/ngx_http_core_module.h void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);