Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_huff_decode.c25 static ngx_http_v2_huff_decode_code_t ngx_http_v2_huff_decode_codes[256][16] = variable
2700 code = ngx_http_v2_huff_decode_codes[*state][bits]; in ngx_http_v2_huff_decode_bits()