Home
last modified time | relevance | path

Searched refs:ngx_http_v2_huff_decode_bits (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.c21 static ngx_inline ngx_int_t ngx_http_v2_huff_decode_bits(u_char *state,
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() function