Home
last modified time | relevance | path

Searched refs:ngx_hash_keys_array_init (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h117 ngx_int_t ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type);
H A Dngx_hash.c658 ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type) in ngx_hash_keys_array_init() function
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c244 if (ngx_hash_keys_array_init(&ctx.keys, NGX_HASH_LARGE) != NGX_OK) { in ngx_stream_map_block()
H A Dngx_stream_variables.c1119 if (ngx_hash_keys_array_init(cmcf->variables_keys, NGX_HASH_SMALL) in ngx_stream_variables_add_core_vars()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c246 if (ngx_hash_keys_array_init(&ctx.keys, NGX_HASH_LARGE) != NGX_OK) { in ngx_http_map_block()
H A Dngx_http_referer_module.c489 if (ngx_hash_keys_array_init(rlcf->keys, NGX_HASH_SMALL) != NGX_OK) { in ngx_http_valid_referers()
H A Dngx_http_ssi_filter_module.c2833 if (ngx_hash_keys_array_init(&smcf->commands, NGX_HASH_SMALL) != NGX_OK) { in ngx_http_ssi_create_main_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1449 if (ngx_hash_keys_array_init(&ha, NGX_HASH_LARGE) != NGX_OK) { in ngx_http_server_names()
H A Dngx_http_variables.c2583 if (ngx_hash_keys_array_init(cmcf->variables_keys, NGX_HASH_SMALL) in ngx_http_variables_add_core_vars()