Searched refs:NGHTTP2_NV_FLAG_NO_INDEX (Results 1 – 21 of 21) sorted by relevance
/third_party/node/lib/internal/http2/ |
D | util.js | 37 NGHTTP2_NV_FLAG_NO_INDEX, 463 const kNeverIndexFlag = StringFromCharCode(NGHTTP2_NV_FLAG_NO_INDEX);
|
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 214 NGHTTP2_NV_FLAG_NO_INDEX: 1, property
|
/third_party/nghttp2/src/ |
D | asio_client_session_impl.cc | 224 (flags & NGHTTP2_NV_FLAG_NO_INDEX) != 0}); in on_header_callback() 266 (flags & NGHTTP2_NV_FLAG_NO_INDEX) != 0}); in on_header_callback()
|
D | shrpx_downstream_test.cc | 114 nv.flags & NGHTTP2_NV_FLAG_NO_INDEX); in test_downstream_crumble_request_cookie()
|
D | app_helper.cc | 383 if (flags & NGHTTP2_NV_FLAG_NO_INDEX) { in verbose_on_header_callback()
|
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()
|
D | asio_server_http2_handler.cc | 117 (flags & NGHTTP2_NV_FLAG_NO_INDEX) != 0}); in on_header_callback()
|
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()
|
D | shrpx_http2_session.cc | 930 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() 986 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback2()
|
D | shrpx_http2_upstream.cc | 213 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() 753 req.fs.add_header_token(name, value, nv.flags & NGHTTP2_NV_FLAG_NO_INDEX, in on_frame_send_callback()
|
D | shrpx_downstream.cc | 427 (kv.no_index ? NGHTTP2_NV_FLAG_NO_INDEX : 0))}); in crumble_request_cookie()
|
D | nghttp.cc | 1915 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback() 1939 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-hpack.rst | 42 cookies), set the :macro:`NGHTTP2_NV_FLAG_NO_INDEX` flag in
|
/third_party/nghttp2/python/ |
D | cnghttp2.pxd | 60 NGHTTP2_NV_FLAG_NO_INDEX
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 1365 (nv->flags & NGHTTP2_NV_FLAG_NO_INDEX) in deflate_nv() 1756 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_newname() 1803 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_indname()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.c | 1365 (nv->flags & NGHTTP2_NV_FLAG_NO_INDEX) in deflate_nv() 1756 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_newname() 1803 nv.flags = NGHTTP2_NV_FLAG_NO_INDEX; in hd_inflate_commit_indname()
|
/third_party/nghttp2/tests/ |
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/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 519 NGHTTP2_NV_FLAG_NO_INDEX = 0x01, enumerator
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 519 NGHTTP2_NV_FLAG_NO_INDEX = 0x01, enumerator
|
/third_party/node/src/ |
D | node_http2.h | 1115 V(NGHTTP2_NV_FLAG_NO_INDEX) \
|
D | node_http2.cc | 1226 if (header.flags() & NGHTTP2_NV_FLAG_NO_INDEX) in HandleHeadersFrame()
|