Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_encode.c35 ngx_strlow(dst, src, len); in ngx_http_v2_string_encode()
H A Dngx_http_v2_filter_module.c629 ngx_strlow(tmp, header[i].key.data, header[i].key.len); in ngx_http_v2_header_filter()
1395 ngx_strlow(tmp, header[i].key.data, header[i].key.len); in ngx_http_v2_create_trailers_frame()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c226 ngx_strlow(m->data, m->data, m->len); in ngx_http_sub_header_filter()
818 ngx_strlow(value[1].data, value[1].data, value[1].len); in ngx_http_sub_filter()
839 ngx_strlow(pair->match.value.data, pair->match.value.data, in ngx_http_sub_filter()
H A Dngx_http_grpc_module.c909 ngx_strlow(key_tmp, key_tmp, key_len); in ngx_http_grpc_create_request()
950 ngx_strlow(tmp, header[i].key.data, header[i].key.len); in ngx_http_grpc_create_request()
H A Dngx_http_scgi_module.c1066 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1276 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1957 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_fastcgi_process_header()
H A Dngx_http_proxy_module.c1863 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_proxy_process_header()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h50 void ngx_strlow(u_char *dst, u_char *src, size_t n);
H A Dngx_hash.c410 ngx_strlow(elt->name, names[n].key.data, names[n].key.len); in ngx_hash_init()
H A Dngx_string.c21 ngx_strlow(u_char *dst, u_char *src, size_t n) in ngx_strlow() function
H A Dngx_cycle.c213 ngx_strlow(cycle->hostname.data, (u_char *) hostname, cycle->hostname.len); in ngx_init_cycle()
H A Dngx_resolver.c594 ngx_strlow(name->data, name->data, name->len); in ngx_resolve_name_locked()
3995 ngx_strlow(dst, src, n); in ngx_resolver_copy()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c182 ngx_strlow(v->name.data, name->data, name->len); in ngx_stream_add_variable()
250 ngx_strlow(v->name.data, name->data, name->len); in ngx_stream_add_prefix_variable()
310 ngx_strlow(v->name.data, name->data, name->len); in ngx_stream_get_variable_index()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c450 ngx_strlow(v->name.data, name->data, name->len); in ngx_http_add_variable()
517 ngx_strlow(v->name.data, name->data, name->len); in ngx_http_add_prefix_variable()
577 ngx_strlow(v->name.data, name->data, name->len); in ngx_http_get_variable_index()
H A Dngx_http_request.c1446 ngx_strlow(h->lowcase_key, h->key.data, h->key.len); in ngx_http_process_request_headers()
2141 ngx_strlow(host->data, h, host_len); in ngx_http_validate_host()
H A Dngx_http_file_cache.c1070 ngx_strlow(buf, vary, len); in ngx_http_file_cache_vary()
H A Dngx_http_core_module.c4189 ngx_strlow(sn->name.data, sn->name.data, sn->name.len); in ngx_http_core_server_name()