Searched refs:NGHTTP2_NV_FLAG_NO_INDEX (Results 1 - 17 of 17) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 215 NGHTTP2_NV_FLAG_NO_INDEX: 1,
|
/third_party/node/lib/internal/http2/ |
H A D | util.js | 45 NGHTTP2_NV_FLAG_NO_INDEX, 471 const kNeverIndexFlag = StringFromCharCode(NGHTTP2_NV_FLAG_NO_INDEX);
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_test.cc | 114 nv.flags & NGHTTP2_NV_FLAG_NO_INDEX); in test_downstream_crumble_request_cookie()
|
H A D | app_helper.cc | 398 if (flags & NGHTTP2_NV_FLAG_NO_INDEX) { in verbose_on_header_callback()
|
H A D | http2_test.cc | 186 NGHTTP2_NV_FLAG_NO_INDEX) == nva[i].flags); in test_http2_copy_headers_to_nva() 200 CU_ASSERT(nva[i].flags & NGHTTP2_NV_FLAG_NO_INDEX); in test_http2_copy_headers_to_nva()
|
H A D | http2.cc | 324 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal() 337 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal()
|
H A D | shrpx_http2_upstream.cc | 213 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() 761 req.fs.add_header_token(name, value, nv.flags & NGHTTP2_NV_FLAG_NO_INDEX, in on_frame_send_callback()
|
H A D | shrpx_http2_session.cc | 943 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() 999 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback2()
|
H A D | nghttp.cc | 1937 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback() 1961 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback()
|
H A D | shrpx_downstream.cc | 437 (kv.no_index ? NGHTTP2_NV_FLAG_NO_INDEX : 0))}); in crumble_request_cookie()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1371 (nv->flags & NGHTTP2_NV_FLAG_NO_INDEX) in deflate_nv() 1762 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_newname() 1809 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_indname()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1371 (nv->flags & NGHTTP2_NV_FLAG_NO_INDEX) in deflate_nv() 1762 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_newname() 1809 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_indname()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 524 NGHTTP2_NV_FLAG_NO_INDEX = 0x01, enumerator 1707 * If :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_INDEX` is set in
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 519 NGHTTP2_NV_FLAG_NO_INDEX = 0x01, enumerator 1702 * If :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_INDEX` is set in
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1179 nva[i].flags = NGHTTP2_NV_FLAG_NO_INDEX; in test_nghttp2_hd_no_index() 1201 CU_ASSERT(out.nva[i].flags == NGHTTP2_NV_FLAG_NO_INDEX); in test_nghttp2_hd_no_index()
|
/third_party/node/src/ |
H A D | node_http2.h | 1067 V(NGHTTP2_NV_FLAG_NO_INDEX) \
|
H A D | node_http2.cc | 1361 if (header.flags() & NGHTTP2_NV_FLAG_NO_INDEX) in HandleHeadersFrame()
|
Completed in 40 milliseconds