Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h66 #define NGX_HASH_LARGE 2 macro
/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()
/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()
/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()