Home
last modified time | relevance | path

Searched refs:no_index (Results 1 – 20 of 20) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h49 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 …]
Dhttp2.cc283 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 …]
Dshrpx_downstream_test.cc125 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()
Dshrpx_downstream.cc437 (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()
Dshrpx_downstream.h95 bool no_index, int32_t token);
115 bool no_index, int32_t token);
Dhttp3.cc176 make_nv_internal(kv->name, kv->value, kv->no_index, nv_flags)); in copy_headers_to_nva_internal()
Dshrpx_http2_upstream.cc213 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()
Dshrpx_http3_upstream.cc1670 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()
Dhttp2_test.cc63 CU_ASSERT(!nva[0].no_index); in test_http2_add_header()
70 CU_ASSERT(nva[0].no_index); in test_http2_add_header()
Dshrpx_http2_session.cc943 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()
Dnghttp.cc497 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()
DHttpServer.cc977 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/
Dpulsesrc.c479 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()
Dpulsesink.c2432 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/
Dnghttp2_hd.h261 uint8_t no_index; member
Dnghttp2_hd.c753 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/
Dnghttp2_hd.h260 uint8_t no_index; member
Dnghttp2_hd.c748 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/
Dgstflvdemux.c2256 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/
Dgstavidemux.c2901 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()