Home
last modified time | relevance | path

Searched refs:lowcase (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs860 u_char *p, *lowcase; variable
893 lowcase = ngx_pnalloc(r->pool, len);
894 if (lowcase == NULL) {
898 hash = ngx_hash_strlow(lowcase, p, len);
901 var.data = lowcase;
929 || ngx_strncmp(lowcase, v[i].name.data, len) != 0)
961 v->name.data = lowcase;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c864 static u_char lowcase[] = in ngx_http_parse_header_line() local
899 c = lowcase[ch]; in ngx_http_parse_header_line()
934 c = lowcase[ch]; in ngx_http_parse_header_line()
H A Dngx_http_core_module.c1471 u_char c, *lowcase; in ngx_http_test_content_type() local
1487 lowcase = ngx_pnalloc(r->pool, len); in ngx_http_test_content_type()
1488 if (lowcase == NULL) { in ngx_http_test_content_type()
1492 r->headers_out.content_type_lowcase = lowcase; in ngx_http_test_content_type()
1499 lowcase[i] = c; in ngx_http_test_content_type()