Searched refs:types_hash (Results 1 – 4 of 4) sorted by relevance
1475 if (types_hash->size == 0) { in ngx_http_test_content_type()3510 ngx_hash_init_t types_hash; in ngx_http_core_merge_loc_conf() local3548 types_hash.hash = &prev->types_hash; in ngx_http_core_merge_loc_conf()3552 types_hash.name = "types_hash"; in ngx_http_core_merge_loc_conf()3553 types_hash.pool = cf->pool; in ngx_http_core_merge_loc_conf()3554 types_hash.temp_pool = NULL; in ngx_http_core_merge_loc_conf()3565 conf->types_hash = prev->types_hash; in ngx_http_core_merge_loc_conf()3590 types_hash.hash = &conf->types_hash; in ngx_http_core_merge_loc_conf()3594 types_hash.name = "types_hash"; in ngx_http_core_merge_loc_conf()3595 types_hash.pool = cf->pool; in ngx_http_core_merge_loc_conf()[all …]
346 ngx_hash_t types_hash; member489 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
160 ngx_hash_t *types_hash, ngx_array_t **prev_keys,
1989 ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash, in ngx_http_merge_types() argument2001 hash.hash = types_hash; in ngx_http_merge_types()2046 *types_hash = *prev_types_hash; in ngx_http_merge_types()