Home
last modified time | relevance | path

Searched refs:types_hash (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c1475 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() local
3548 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 …]
H A Dngx_http_core_module.h346 ngx_hash_t types_hash; member
489 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
H A Dngx_http.h160 ngx_hash_t *types_hash, ngx_array_t **prev_keys,
H A Dngx_http.c1989 ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash, in ngx_http_merge_types() argument
2001 hash.hash = types_hash; in ngx_http_merge_types()
2046 *types_hash = *prev_types_hash; in ngx_http_merge_types()