Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.c248 #define NGX_HASH_ELT_SIZE(name) \ macro
269 if (hinit->bucket_size < NGX_HASH_ELT_SIZE(&names[n]) + sizeof(void *)) in ngx_hash_init()
303 test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n])); in ngx_hash_init()
344 test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n])); in ngx_hash_init()
412 test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n])); in ngx_hash_init()