Home
last modified time | relevance | path

Searched refs:http_headers_off (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_header.c31 static const int8_t http_headers_off[] = { variable
99 if (__builtin_expect( (slen < sizeof(http_headers_off)), 1)) { in http_header_hkey_get()
100 const int i = http_headers_off[slen]; in http_header_hkey_get()
120 if (__builtin_expect( (slen < sizeof(http_headers_off)), 1)) { in http_header_hkey_get_lc()
121 const int i = http_headers_off[slen]; in http_header_hkey_get_lc()
/lighttpd1.4/src/t/
H A Dtest_http_header.c101 int8_t x = http_headers_off[http_headers[u].vlen]; in test_http_header_tables()