Searched refs:ngx_hash (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.c | 75 key = ngx_hash(key, name[i]); in ngx_hash_find_wc_head() 163 key = ngx_hash(key, name[i]); in ngx_hash_find_wc_tail() 617 key = ngx_hash(key, data[i]); in ngx_hash_key() 632 key = ngx_hash(key, ngx_tolower(data[i])); in ngx_hash_key_lc() 648 key = ngx_hash(key, *dst); in ngx_hash_strlow() 783 k = ngx_hash(k, key->data[i]); in ngx_hash_add_key()
|
| H A D | ngx_hash.h | 111 #define ngx_hash(key, c) ((ngx_uint_t) key * 31 + c) macro
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | sources | 17 src/core/ngx_hash.h \ 52 src/core/ngx_hash.c \
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 902 hash = ngx_hash(0, c); in ngx_http_parse_header_line() 910 hash = ngx_hash(0, ch); in ngx_http_parse_header_line() 937 hash = ngx_hash(hash, c); in ngx_http_parse_header_line() 945 hash = ngx_hash(hash, ch); in ngx_http_parse_header_line()
|
| H A D | ngx_http_core_module.c | 1498 hash = ngx_hash(hash, c); in ngx_http_test_content_type() 1545 hash = ngx_hash(hash, c); in ngx_http_set_content_type()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_proxy_module.c | 1898 h->hash = ngx_hash(ngx_hash(ngx_hash(ngx_hash( in ngx_http_proxy_process_header() 1899 ngx_hash('s', 'e'), 'r'), 'v'), 'e'), 'r'); in ngx_http_proxy_process_header() 1912 h->hash = ngx_hash(ngx_hash(ngx_hash('d', 'a'), 't'), 'e'); in ngx_http_proxy_process_header()
|
| H A D | ngx_http_map_module.c | 424 key = ngx_hash(key, value[1].data[i]); in ngx_http_map()
|
| H A D | ngx_http_referer_module.c | 190 key = ngx_hash(key, buf[i++]); in ngx_http_referer_variable()
|
| H A D | ngx_http_ssi_filter_module.c | 1156 ctx->key = ngx_hash(ctx->key, ch); in ngx_http_ssi_parse() 1190 ctx->key = ngx_hash(ctx->key, ch); in ngx_http_ssi_parse()
|
| H A D | ngx_http_scgi_module.c | 756 hash = ngx_hash(hash, ch); in ngx_http_scgi_create_request()
|
| H A D | ngx_http_uwsgi_module.c | 944 hash = ngx_hash(hash, ch); in ngx_http_uwsgi_create_request()
|
| H A D | ngx_http_fastcgi_module.c | 951 hash = ngx_hash(hash, ch); in ngx_http_fastcgi_create_request()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_map_module.c | 423 key = ngx_hash(key, value[1].data[i]); in ngx_stream_map()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 3735 h->hash = ngx_hash(ngx_hash(ngx_hash(ngx_hash( in ngx_http_v2_construct_cookie_header() 3736 ngx_hash('c', 'o'), 'o'), 'k'), 'i'), 'e'); in ngx_http_v2_construct_cookie_header()
|