Home
last modified time | relevance | path

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

/third_party/nghttp2/
Dmkhufftbl.py360 NGHTTP2_HUFF_SYM = 1 << 15 variable
373 flags |= NGHTTP2_HUFF_SYM
456 '''.format(NGHTTP2_HUFF_ACCEPTED, NGHTTP2_HUFF_SYM))
/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c123 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
128 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
Dnghttp2_hd_huffman.h39 NGHTTP2_HUFF_SYM = 1 << 15, enumerator
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c123 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
128 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
Dnghttp2_hd_huffman.h39 NGHTTP2_HUFF_SYM = 1 << 15, enumerator