Searched refs:ngx_hash_key_lc (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 113 ngx_uint_t ngx_hash_key_lc(u_char *data, size_t len);
|
| H A D | ngx_hash.c | 625 ngx_hash_key_lc(u_char *data, size_t len) in ngx_hash_key_lc() function
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_map_module.c | 294 hash.key = ngx_hash_key_lc; in ngx_stream_map_block()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_map_module.c | 295 hash.key = ngx_hash_key_lc; in ngx_http_map_block()
|
| H A D | ngx_http_referer_module.c | 394 hash.key = ngx_hash_key_lc; in ngx_http_referer_merge_conf()
|
| H A D | ngx_http_scgi_module.c | 1724 hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len); in ngx_http_scgi_init_params() 1807 hash.key = ngx_hash_key_lc; in ngx_http_scgi_init_params()
|
| H A D | ngx_http_uwsgi_module.c | 1993 hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len); in ngx_http_uwsgi_init_params() 2076 hash.key = ngx_hash_key_lc; in ngx_http_uwsgi_init_params()
|
| H A D | ngx_http_fastcgi_module.c | 3264 hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len); in ngx_http_fastcgi_init_params() 3347 hash.key = ngx_hash_key_lc; in ngx_http_fastcgi_init_params()
|
| H A D | ngx_http_grpc_module.c | 4456 hk->key_hash = ngx_hash_key_lc(src[i].key.data, src[i].key.len); in ngx_http_grpc_init_headers() 4524 hash.key = ngx_hash_key_lc; in ngx_http_grpc_init_headers()
|
| H A D | ngx_http_proxy_module.c | 3524 hk->key_hash = ngx_hash_key_lc(src[i].key.data, src[i].key.len); in ngx_http_proxy_init_headers() 3592 hash.key = ngx_hash_key_lc; in ngx_http_proxy_init_headers()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 431 hk->key_hash = ngx_hash_key_lc(header->name.data, header->name.len); in ngx_http_init_headers_in_hash() 436 hash.key = ngx_hash_key_lc; in ngx_http_init_headers_in_hash() 1490 hash.key = ngx_hash_key_lc; in ngx_http_server_names()
|
| H A D | ngx_http_upstream.c | 6321 hk->key_hash = ngx_hash_key_lc(h->data, h->len); in ngx_http_upstream_hide_headers_hash() 6345 hk->key_hash = ngx_hash_key_lc(h[i].data, h[i].len); in ngx_http_upstream_hide_headers_hash() 6375 hash->key = ngx_hash_key_lc; in ngx_http_upstream_hide_headers_hash() 6461 hk->key_hash = ngx_hash_key_lc(header->name.data, header->name.len); in ngx_http_upstream_init_main_conf() 6466 hash.key = ngx_hash_key_lc; in ngx_http_upstream_init_main_conf()
|
| H A D | ngx_http_core_module.c | 3549 types_hash.key = ngx_hash_key_lc; in ngx_http_core_merge_loc_conf() 3582 ngx_hash_key_lc(ngx_http_core_default_types[i].key.data, in ngx_http_core_merge_loc_conf() 3591 types_hash.key = ngx_hash_key_lc; in ngx_http_core_merge_loc_conf()
|