Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.c75 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 Dngx_hash.h111 #define ngx_hash(key, c) ((ngx_uint_t) key * 31 + c) macro
/f-stack/app/nginx-1.16.1/auto/
H A Dsources17 src/core/ngx_hash.h \
52 src/core/ngx_hash.c \
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c902 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 Dngx_http_core_module.c1498 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 Dngx_http_proxy_module.c1898 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 Dngx_http_map_module.c424 key = ngx_hash(key, value[1].data[i]); in ngx_http_map()
H A Dngx_http_referer_module.c190 key = ngx_hash(key, buf[i++]); in ngx_http_referer_variable()
H A Dngx_http_ssi_filter_module.c1156 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 Dngx_http_scgi_module.c756 hash = ngx_hash(hash, ch); in ngx_http_scgi_create_request()
H A Dngx_http_uwsgi_module.c944 hash = ngx_hash(hash, ch); in ngx_http_uwsgi_create_request()
H A Dngx_http_fastcgi_module.c951 hash = ngx_hash(hash, ch); in ngx_http_fastcgi_create_request()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c423 key = ngx_hash(key, value[1].data[i]); in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3735 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()