Searched refs:lowcase (Results 1 – 3 of 3) sorted by relevance
860 u_char *p, *lowcase; variable893 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;
864 static u_char lowcase[] = in ngx_http_parse_header_line() local899 c = lowcase[ch]; in ngx_http_parse_header_line()934 c = lowcase[ch]; in ngx_http_parse_header_line()
1471 u_char c, *lowcase; in ngx_http_test_content_type() local1487 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()