/third_party/nghttp2/src/ |
D | http2.h | 49 Header(std::string name, std::string value, bool no_index = false, 54 no_index(no_index) {} in name() 56 Header() : token(-1), no_index(false) {} in Header() 69 bool no_index; member 74 bool no_index = false, int32_t token = -1) 75 : name(name), value(value), token(token), no_index(no_index) {} in name() 77 HeaderRef() : token(-1), no_index(false) {} in HeaderRef() 90 bool no_index; member 118 bool no_index, int32_t token); 124 const uint8_t *value, size_t valuelen, bool no_index, [all …]
|
D | http2.cc | 283 bool no_index, int32_t token) { in to_header() argument 286 no_index, token); in to_header() 290 const uint8_t *value, size_t valuelen, bool no_index, in add_header() argument 301 nva.push_back(to_header(name, namelen, value, valuelen, no_index, token)); in add_header() 320 bool no_index, uint8_t nv_flags) { in make_nv_internal() argument 324 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal() 333 bool no_index, uint8_t nv_flags) { in make_nv_internal() argument 337 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal() 345 bool no_index) { in make_nv() argument 346 return make_nv_internal(name, value, no_index, NGHTTP2_NV_FLAG_NONE); in make_nv() [all …]
|
D | shrpx_downstream_test.cc | 125 CU_ASSERT(cookies[0].no_index); in test_downstream_crumble_request_cookie() 126 CU_ASSERT(cookies[1].no_index); in test_downstream_crumble_request_cookie() 127 CU_ASSERT(cookies[2].no_index); in test_downstream_crumble_request_cookie()
|
D | shrpx_downstream.cc | 437 (kv.no_index ? NGHTTP2_NV_FLAG_NO_INDEX : 0))}); in crumble_request_cookie() 444 const StringRef &value, bool no_index, int32_t token) { in add_header() argument 446 headers.emplace_back(name, value, no_index, token); in add_header() 536 bool no_index, int32_t token) { in add_header_token() argument 537 shrpx::add_header(buffer_size_, headers_, name, value, no_index, token); in add_header_token() 563 const StringRef &value, bool no_index, in add_trailer_token() argument 567 shrpx::add_header(buffer_size_, trailers_, name, value, no_index, token); in add_trailer_token()
|
D | shrpx_downstream.h | 95 bool no_index, int32_t token); 115 bool no_index, int32_t token);
|
D | http3.cc | 176 make_nv_internal(kv->name, kv->value, kv->no_index, nv_flags)); in copy_headers_to_nva_internal()
|
D | shrpx_http2_upstream.cc | 213 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() local 221 StringRef{valuebuf.base, valuebuf.len}, no_index, in on_header_callback2() 227 StringRef{valuebuf.base, valuebuf.len}, no_index, in on_header_callback2() 1547 nva.push_back(http2::make_nv_nocopy(kv.name, kv.value, kv.no_index)); in send_reply() 2216 nva.push_back(http2::make_nv_nocopy(kv.name, kv.value, kv.no_index)); in submit_push_promise() 2360 nva.push_back(http2::make_nv(kv.name, kv.value, kv.no_index)); in on_downstream_push_promise_complete()
|
D | shrpx_http3_upstream.cc | 1670 nva.push_back(http3::make_nv_nocopy(kv.name, kv.value, kv.no_index)); in send_reply() 2122 auto no_index = flags & NGHTTP3_NV_FLAG_NEVER_INDEX; in http_recv_request_header() local 2129 StringRef{valuebuf.base, valuebuf.len}, no_index, in http_recv_request_header() 2135 StringRef{valuebuf.base, valuebuf.len}, no_index, in http_recv_request_header()
|
D | http2_test.cc | 63 CU_ASSERT(!nva[0].no_index); in test_http2_add_header() 70 CU_ASSERT(nva[0].no_index); in test_http2_add_header()
|
D | shrpx_http2_session.cc | 943 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() local 952 no_index, token); in on_header_callback2() 957 StringRef{valuebuf.base, valuebuf.len}, no_index, in on_header_callback2()
|
D | nghttp.cc | 497 build_headers.emplace_back(kv.name, kv.value, kv.no_index); in submit_request() 504 nva.push_back(http2::make_nv(kv.name, kv.value, kv.no_index)); in submit_request() 1022 headers.emplace_back(kv.name, kv.value, kv.no_index); in on_upgrade_connect() 2468 nva.push_back(http2::make_nv(kv.name, kv.value, kv.no_index)); in file_read_callback()
|
D | HttpServer.cc | 977 nva.push_back(http2::make_nv_nocopy(nv.name, nv.value, nv.no_index)); in submit_response() 1110 nva.push_back(http2::make_nv(kv.name, kv.value, kv.no_index)); in file_read_callback()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 479 goto no_index; in gst_pulsesrc_get_source_output_info() 518 no_index: in gst_pulsesrc_get_source_output_info() 569 goto no_index; in gst_pulsesrc_get_current_device() 604 no_index: in gst_pulsesrc_get_current_device() 628 goto no_index; in gst_pulsesrc_set_stream_volume() 658 no_index: in gst_pulsesrc_set_stream_volume() 683 goto no_index; in gst_pulsesrc_set_stream_mute() 711 no_index: in gst_pulsesrc_set_stream_mute() 736 goto no_index; in gst_pulsesrc_set_stream_device() 761 no_index: in gst_pulsesrc_set_stream_device()
|
D | pulsesink.c | 2432 goto no_index; in gst_pulsesink_set_volume() 2472 no_index: in gst_pulsesink_set_volume() 2505 goto no_index; in gst_pulsesink_set_mute() 2538 no_index: in gst_pulsesink_set_mute() 2605 goto no_index; in gst_pulsesink_get_sink_input_info() 2646 no_index: in gst_pulsesink_get_sink_input_info() 2816 goto no_index; in gst_pulsesink_set_stream_device() 2845 no_index: in gst_pulsesink_set_stream_device()
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.h | 261 uint8_t no_index; member
|
D | nghttp2_hd.c | 753 inflater->no_index = 0; in nghttp2_hd_inflate_init() 1761 if (inflater->no_index) { in hd_inflate_commit_newname() 1808 if (inflater->no_index) { in hd_inflate_commit_indname() 1928 inflater->no_index = (*in & 0xf0u) == 0x10u; in nghttp2_hd_inflate_hd_nv() 1930 inflater->index_required, inflater->no_index); in nghttp2_hd_inflate_hd_nv()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.h | 260 uint8_t no_index; member
|
D | nghttp2_hd.c | 748 inflater->no_index = 0; in nghttp2_hd_inflate_init() 1755 if (inflater->no_index) { in hd_inflate_commit_newname() 1802 if (inflater->no_index) { in hd_inflate_commit_indname() 1922 inflater->no_index = (*in & 0xf0u) == 0x10u; in nghttp2_hd_inflate_hd_nv() 1924 inflater->index_required, inflater->no_index); in nghttp2_hd_inflate_hd_nv()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 2256 goto no_index; in gst_flv_demux_chain() 2319 goto no_index; in gst_flv_demux_chain() 2340 goto no_index; in gst_flv_demux_chain() 2353 goto no_index; in gst_flv_demux_chain() 2387 no_index: in gst_flv_demux_chain()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 2901 goto no_index; in gst_avi_demux_stream_index() 2946 no_index: in gst_avi_demux_stream_index() 2992 goto no_index; in gst_avi_demux_stream_index_push() 3034 no_index: in gst_avi_demux_stream_index_push() 4340 goto no_index; in gst_avi_demux_stream_header_pull() 4408 no_index: in gst_avi_demux_stream_header_pull()
|