Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_huff_encode.c17 } ngx_http_v2_huff_encode_code_t; typedef
20 static ngx_http_v2_huff_encode_code_t ngx_http_v2_huff_encode_table[256] =
90 static ngx_http_v2_huff_encode_code_t ngx_http_v2_huff_encode_table_lc[256] =
197 ngx_http_v2_huff_encode_code_t *table, *next; in ngx_http_v2_huff_encode()