Home
last modified time | relevance | path

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

/third_party/nghttp2/
Dmkhufftbl.py359 NGHTTP2_HUFF_ACCEPTED = 1 << 14 variable
381 flags |= NGHTTP2_HUFF_ACCEPTED
383 flags |= NGHTTP2_HUFF_ACCEPTED
456 '''.format(NGHTTP2_HUFF_ACCEPTED, NGHTTP2_HUFF_SYM))
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c107 ctx->fstate = NGHTTP2_HUFF_ACCEPTED; in nghttp2_hd_huff_decode_context_init()
135 if (final && !(ctx->fstate & NGHTTP2_HUFF_ACCEPTED)) { in nghttp2_hd_huff_decode()
Dnghttp2_hd_huffman.h37 NGHTTP2_HUFF_ACCEPTED = 1 << 14, enumerator
/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c107 ctx->fstate = NGHTTP2_HUFF_ACCEPTED; in nghttp2_hd_huff_decode_context_init()
135 if (final && !(ctx->fstate & NGHTTP2_HUFF_ACCEPTED)) { in nghttp2_hd_huff_decode()
Dnghttp2_hd_huffman.h37 NGHTTP2_HUFF_ACCEPTED = 1 << 14, enumerator