Home
last modified time | relevance | path

Searched refs:NGX_HASH_SMALL (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h65 #define NGX_HASH_SMALL 1 macro
H A Dngx_hash.c662 if (type == NGX_HASH_SMALL) { in ngx_hash_keys_array_init()
/f-stack/app/nginx-1.16.1/src/http/modules/
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/stream/
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/
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()