Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs228 u_char *p, *lowcase_key, *value, sep; variable
250 lowcase_key = ngx_pnalloc(r->pool, len);
251 if (lowcase_key == NULL) {
255 hash = ngx_hash_strlow(lowcase_key, p, len);
259 hh = ngx_hash_find(&cmcf->headers_in_hash, hash, lowcase_key, len);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c631 u_char ch, *key, *val, *lowcase_key; in ngx_http_scgi_create_request() local
703 lowcase_key = NULL; in ngx_http_scgi_create_request()
738 lowcase_key = ngx_pnalloc(r->pool, allocated); in ngx_http_scgi_create_request()
739 if (lowcase_key == NULL) { in ngx_http_scgi_create_request()
757 lowcase_key[n] = ch; in ngx_http_scgi_create_request()
760 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1055 h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1; in ngx_http_scgi_process_header()
1063 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_scgi_process_header()
1066 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_scgi_process_header()
1070 h->lowcase_key, h->key.len); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c833 u_char ch, *lowcase_key; in ngx_http_uwsgi_create_request() local
891 lowcase_key = NULL; in ngx_http_uwsgi_create_request()
926 lowcase_key = ngx_pnalloc(r->pool, allocated); in ngx_http_uwsgi_create_request()
927 if (lowcase_key == NULL) { in ngx_http_uwsgi_create_request()
945 lowcase_key[n] = ch; in ngx_http_uwsgi_create_request()
948 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_uwsgi_create_request()
1265 h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1; in ngx_http_uwsgi_process_header()
1273 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_uwsgi_process_header()
1276 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_uwsgi_process_header()
1280 h->lowcase_key, h->key.len); in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c835 u_char ch, *pos, *lowcase_key; in ngx_http_fastcgi_create_request() local
898 lowcase_key = NULL; in ngx_http_fastcgi_create_request()
933 lowcase_key = ngx_pnalloc(r->pool, allocated); in ngx_http_fastcgi_create_request()
934 if (lowcase_key == NULL) { in ngx_http_fastcgi_create_request()
952 lowcase_key[n] = ch; in ngx_http_fastcgi_create_request()
955 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_fastcgi_create_request()
1923 h->lowcase_key = ngx_pnalloc(r->pool, h->key.len); in ngx_http_fastcgi_process_header()
1924 if (h->lowcase_key == NULL) { in ngx_http_fastcgi_process_header()
1942 h->lowcase_key = h->key.data + h->key.len + 1 in ngx_http_fastcgi_process_header()
1957 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_fastcgi_process_header()
[all …]
H A Dngx_http_proxy_module.c1321 header[i].lowcase_key, header[i].key.len)) in ngx_http_proxy_create_request()
1457 header[i].lowcase_key, header[i].key.len)) in ngx_http_proxy_create_request()
1852 h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1; in ngx_http_proxy_process_header()
1860 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_proxy_process_header()
1863 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_proxy_process_header()
1867 h->lowcase_key, h->key.len); in ngx_http_proxy_process_header()
1903 h->lowcase_key = (u_char *) "server"; in ngx_http_proxy_process_header()
1916 h->lowcase_key = (u_char *) "date"; in ngx_http_proxy_process_header()
H A Dngx_http_realip_module.c216 && ngx_strncmp(p, header[i].lowcase_key, len) == 0) in ngx_http_realip_handler()
H A Dngx_http_grpc_module.c699 header[i].lowcase_key, header[i].key.len)) in ngx_http_grpc_create_request()
935 header[i].lowcase_key, header[i].key.len)) in ngx_http_grpc_create_request()
1771 h->lowcase_key = h->key.data; in ngx_http_grpc_process_header()
1775 h->lowcase_key, h->key.len); in ngx_http_grpc_process_header()
2154 h->lowcase_key = h->key.data; in ngx_http_grpc_filter()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h96 u_char *lowcase_key; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c1436 h->lowcase_key = ngx_pnalloc(r->pool, h->key.len); in ngx_http_process_request_headers()
1437 if (h->lowcase_key == NULL) { in ngx_http_process_request_headers()
1443 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len); in ngx_http_process_request_headers()
1446 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_process_request_headers()
1450 h->lowcase_key, h->key.len); in ngx_http_process_request_headers()
H A Dngx_http_upstream.c2747 h[i].lowcase_key, h[i].key.len); in ngx_http_upstream_process_headers()
2800 h[i].lowcase_key, h[i].key.len)) in ngx_http_upstream_process_headers()
2806 h[i].lowcase_key, h[i].key.len); in ngx_http_upstream_process_headers()
2885 h[i].lowcase_key, h[i].key.len)) in ngx_http_upstream_process_trailers()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1668 h->lowcase_key = h->key.data; in ngx_http_v2_state_process_header()
1673 h->lowcase_key, h->key.len); in ngx_http_v2_state_process_header()
3565 h->lowcase_key = header->name.data; in ngx_http_v2_parse_header()
3573 h->lowcase_key, h->key.len); in ngx_http_v2_parse_header()
3744 h->lowcase_key = cookie.data; in ngx_http_v2_construct_cookie_header()
3749 h->lowcase_key, h->key.len); in ngx_http_v2_construct_cookie_header()