Home
last modified time | relevance | path

Searched refs:NGHTTP2_NV_FLAG_NO_INDEX (Results 1 - 17 of 17) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js215 NGHTTP2_NV_FLAG_NO_INDEX: 1,
/third_party/node/lib/internal/http2/
H A Dutil.js45 NGHTTP2_NV_FLAG_NO_INDEX,
471 const kNeverIndexFlag = StringFromCharCode(NGHTTP2_NV_FLAG_NO_INDEX);
/third_party/nghttp2/src/
H A Dshrpx_downstream_test.cc114 nv.flags & NGHTTP2_NV_FLAG_NO_INDEX); in test_downstream_crumble_request_cookie()
H A Dapp_helper.cc398 if (flags & NGHTTP2_NV_FLAG_NO_INDEX) { in verbose_on_header_callback()
H A Dhttp2_test.cc186 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 Dhttp2.cc324 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 Dshrpx_http2_upstream.cc213 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 Dshrpx_http2_session.cc943 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 Dnghttp.cc1937 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 Dshrpx_downstream.cc437 (kv.no_index ? NGHTTP2_NV_FLAG_NO_INDEX : 0))}); in crumble_request_cookie()
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1371 (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 Dnghttp2_hd.c1371 (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 Dnghttp2.h524 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 Dnghttp2.h519 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 Dnghttp2_hd_test.c1179 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 Dnode_http2.h1067 V(NGHTTP2_NV_FLAG_NO_INDEX) \
H A Dnode_http2.cc1361 if (header.flags() & NGHTTP2_NV_FLAG_NO_INDEX) in HandleHeadersFrame()

Completed in 40 milliseconds