| /third_party/nghttp2/src/ |
| D | h2load_http3_session.cc | 55 auto stream_id = submit_request_internal(); in submit_request() local 68 nghttp3_ssize read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, in read_data() 92 int64_t stream_id; in submit_request_internal() local 131 int stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stream_close() 141 int Http3Session::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() 151 int recv_data(nghttp3_conn *conn, int64_t stream_id, const uint8_t *data, in recv_data() 159 void Http3Session::recv_data(int64_t stream_id, const uint8_t *data, in recv_data() 167 int deferred_consume(nghttp3_conn *conn, int64_t stream_id, size_t nconsumed, in deferred_consume() 175 void Http3Session::consume(int64_t stream_id, size_t nconsumed) { in consume() 182 int begin_headers(nghttp3_conn *conn, int64_t stream_id, void *user_data, in begin_headers() [all …]
|
| D | h2load_quic.cc | 60 int recv_stream_data(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in recv_stream_data() 74 int Client::quic_recv_stream_data(uint32_t flags, int64_t stream_id, in quic_recv_stream_data() 93 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() 104 int Client::quic_acked_stream_data_offset(int64_t stream_id, size_t datalen) { in quic_acked_stream_data_offset() 113 int stream_close(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in stream_close() 129 int Client::quic_stream_close(int64_t stream_id, uint64_t app_error_code) { in quic_stream_close() 138 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, in stream_reset() 149 int Client::quic_stream_reset(int64_t stream_id, uint64_t app_error_code) { in quic_stream_reset() 158 int stream_stop_sending(ngtcp2_conn *conn, int64_t stream_id, in stream_stop_sending() 169 int Client::quic_stream_stop_sending(int64_t stream_id, in quic_stream_stop_sending() [all …]
|
| D | shrpx_http3_upstream.cc | 246 void Http3Upstream::http_begin_request_headers(int64_t stream_id) { in http_begin_request_headers() 268 int recv_stream_data(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in recv_stream_data() 281 int Http3Upstream::recv_stream_data(uint32_t flags, int64_t stream_id, in recv_stream_data() 303 int stream_close(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in stream_close() 320 int Http3Upstream::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() 345 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() 358 int Http3Upstream::acked_stream_data_offset(int64_t stream_id, in acked_stream_data_offset() 375 int extend_max_stream_data(ngtcp2_conn *conn, int64_t stream_id, in extend_max_stream_data() 388 int Http3Upstream::extend_max_stream_data(int64_t stream_id) { in extend_max_stream_data() 419 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, in stream_reset() [all …]
|
| D | h2load_http2_session.cc | 89 int32_t stream_id, const uint8_t *data, in on_data_chunk_recv_callback() 99 int on_stream_close_callback(nghttp2_session *session, int32_t stream_id, in on_stream_close_callback() 126 ssize_t file_read_callback(nghttp2_session *session, int32_t stream_id, in file_read_callback() 261 auto stream_id = in submit_request() local
|
| /third_party/nghttp2/tests/ |
| D | nghttp2_test_helper.c | 217 int32_t stream_id, uint8_t flags, const nghttp2_nv *nva, in pack_headers() 235 int32_t stream_id, uint8_t flags, in pack_push_promise() 266 int32_t stream_id, int32_t weight, in open_stream_with_all() 285 nghttp2_stream *open_stream(nghttp2_session *session, int32_t stream_id) { in open_stream() 291 int32_t stream_id, in open_stream_with_dep() 298 int32_t stream_id, int32_t weight, in open_stream_with_dep_weight() 304 int32_t stream_id, in open_stream_with_dep_excl() 319 nghttp2_stream *open_sent_stream(nghttp2_session *session, int32_t stream_id) { in open_sent_stream() 327 nghttp2_stream *open_sent_stream2(nghttp2_session *session, int32_t stream_id, in open_sent_stream2() 336 nghttp2_stream *open_sent_stream3(nghttp2_session *session, int32_t stream_id, in open_sent_stream3() [all …]
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() 68 int32_t stream_id, in submit_headers_shared() 143 uint8_t flags, int32_t stream_id, in submit_headers_shared_nva() 171 int nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_trailer() 183 int32_t stream_id, in nghttp2_submit_headers() 222 int32_t stream_id, in nghttp2_submit_priority() 274 int32_t stream_id, uint32_t error_code) { in nghttp2_submit_rst_stream() 316 int32_t stream_id, const nghttp2_nv *nva, in nghttp2_submit_push_promise() 381 int32_t stream_id, in nghttp2_submit_window_update() 427 uint8_t flags, int32_t stream_id, in nghttp2_session_set_local_window_size() [all …]
|
| D | nghttp2_frame.c | 54 uint8_t flags, int32_t stream_id) { in nghttp2_frame_hd_init() 63 int32_t stream_id, nghttp2_headers_category cat, in nghttp2_frame_headers_init() 83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() 92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() 114 int32_t stream_id, in nghttp2_frame_push_promise_init() 159 uint8_t flags, int32_t stream_id, in nghttp2_frame_window_update_init() 182 int32_t stream_id) { in nghttp2_frame_data_init() 191 uint8_t flags, int32_t stream_id, in nghttp2_frame_extension_init() 199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, in nghttp2_frame_altsvc_init() 257 int32_t stream_id, uint8_t *field_value, in nghttp2_frame_priority_update_init()
|
| D | nghttp2_session.c | 127 int32_t stream_id) { in session_is_new_peer_stream_id() 134 int32_t stream_id) { in session_detect_idle_stream() 274 int32_t stream_id) { in nghttp2_session_is_my_stream_id() 287 int32_t stream_id) { in nghttp2_session_get_stream() 301 int32_t stream_id) { in nghttp2_session_get_stream_raw() 1212 int nghttp2_session_add_rst_stream(nghttp2_session *session, int32_t stream_id, in nghttp2_session_add_rst_stream() 1291 int32_t stream_id, uint8_t flags, in nghttp2_session_open_stream() 1462 int nghttp2_session_close_stream(nghttp2_session *session, int32_t stream_id, in nghttp2_session_close_stream() 2033 int32_t stream_id) { in session_predicate_window_update_send() 2058 int32_t stream_id) { in session_predicate_altsvc_send() [all …]
|
| D | nghttp2_priority_spec.c | 28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init()
|
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() 68 int32_t stream_id, in submit_headers_shared() 143 uint8_t flags, int32_t stream_id, in submit_headers_shared_nva() 171 int nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_trailer() 183 int32_t stream_id, in nghttp2_submit_headers() 222 int32_t stream_id, in nghttp2_submit_priority() 274 int32_t stream_id, uint32_t error_code) { in nghttp2_submit_rst_stream() 316 int32_t stream_id, const nghttp2_nv *nva, in nghttp2_submit_push_promise() 381 int32_t stream_id, in nghttp2_submit_window_update() 427 uint8_t flags, int32_t stream_id, in nghttp2_session_set_local_window_size() [all …]
|
| D | nghttp2_frame.c | 54 uint8_t flags, int32_t stream_id) { in nghttp2_frame_hd_init() 63 int32_t stream_id, nghttp2_headers_category cat, in nghttp2_frame_headers_init() 83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() 92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() 114 int32_t stream_id, in nghttp2_frame_push_promise_init() 159 uint8_t flags, int32_t stream_id, in nghttp2_frame_window_update_init() 182 int32_t stream_id) { in nghttp2_frame_data_init() 191 uint8_t flags, int32_t stream_id, in nghttp2_frame_extension_init() 199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, in nghttp2_frame_altsvc_init() 257 int32_t stream_id, uint8_t *field_value, in nghttp2_frame_priority_update_init()
|
| D | nghttp2_session.c | 127 int32_t stream_id) { in session_is_new_peer_stream_id() 134 int32_t stream_id) { in session_detect_idle_stream() 274 int32_t stream_id) { in nghttp2_session_is_my_stream_id() 287 int32_t stream_id) { in nghttp2_session_get_stream() 301 int32_t stream_id) { in nghttp2_session_get_stream_raw() 1207 int nghttp2_session_add_rst_stream(nghttp2_session *session, int32_t stream_id, in nghttp2_session_add_rst_stream() 1286 int32_t stream_id, uint8_t flags, in nghttp2_session_open_stream() 1457 int nghttp2_session_close_stream(nghttp2_session *session, int32_t stream_id, in nghttp2_session_close_stream() 2028 int32_t stream_id) { in session_predicate_window_update_send() 2053 int32_t stream_id) { in session_predicate_altsvc_send() [all …]
|
| D | nghttp2_priority_spec.c | 28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_idtr.c | 47 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() 51 int ngtcp2_idtr_open(ngtcp2_idtr *idtr, int64_t stream_id) { in ngtcp2_idtr_open() 66 int ngtcp2_idtr_is_open(ngtcp2_idtr *idtr, int64_t stream_id) { in ngtcp2_idtr_is_open()
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| D | nghttp3_idtr.c | 48 static uint64_t id_from_stream_id(int64_t stream_id) { in id_from_stream_id() 52 int nghttp3_idtr_open(nghttp3_idtr *idtr, int64_t stream_id) { in nghttp3_idtr_open() 67 int nghttp3_idtr_is_open(nghttp3_idtr *idtr, int64_t stream_id) { in nghttp3_idtr_is_open()
|
| D | nghttp3_conn.c | 45 static int conn_remote_stream_uni(nghttp3_conn *conn, int64_t stream_id) { in conn_remote_stream_uni() 362 static int conn_bidi_idtr_open(nghttp3_conn *conn, int64_t stream_id) { in conn_bidi_idtr_open() 377 nghttp3_ssize nghttp3_conn_read_stream(nghttp3_conn *conn, int64_t stream_id, in nghttp3_conn_read_stream() 1711 int64_t stream_id = fr->pri_elem_id; in conn_on_priority_update_stream() local 1771 static int conn_stream_acked_data(nghttp3_stream *stream, int64_t stream_id, in conn_stream_acked_data() 1790 int64_t stream_id) { in nghttp3_conn_create_stream() 1820 int64_t stream_id) { in nghttp3_conn_find_stream() 1824 int nghttp3_conn_bind_control_stream(nghttp3_conn *conn, int64_t stream_id) { in nghttp3_conn_bind_control_stream() 2020 int nghttp3_conn_add_write_offset(nghttp3_conn *conn, int64_t stream_id, in nghttp3_conn_add_write_offset() 2052 int nghttp3_conn_add_ack_offset(nghttp3_conn *conn, int64_t stream_id, in nghttp3_conn_add_ack_offset() [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| D | stream.c | 34 uint32_t stream_id; in SPDYF_stream_new() local 159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session) in SPDYF_stream_find()
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| D | mhd2spdy_spdy.c | 67 spdy_cb_data_source_read(spdylay_session *session, int32_t stream_id, uint8_t *buf, size_t length, … in spdy_cb_data_source_read() 293 int32_t stream_id; in spdy_cb_before_ctrl_send() local 329 int32_t stream_id; in spdy_cb_on_ctrl_recv() local 387 int32_t stream_id, in spdy_cb_on_stream_close() 421 int32_t stream_id, in spdy_cb_on_data_chunk_recv() 466 int32_t stream_id, in spdy_cb_on_data_recv()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_primitives.cpp | 51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| D | validate_primitives.cpp | 51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
|
| /third_party/spirv-tools/source/val/ |
| D | validate_primitives.cpp | 49 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_vec4_gs_nir.cpp | 70 int stream_id = instr->const_index[0]; in nir_emit_intrinsic() local
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | test_notls.c | 107 int32_t stream_id; member 293 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local 310 int32_t stream_id; in on_ctrl_send_callback() local 338 int32_t stream_id; in on_ctrl_recv_callback() local 374 int32_t stream_id, in on_stream_close_callback() 399 int32_t stream_id, in on_data_chunk_recv_callback()
|
| D | test_new_connection.c | 128 int32_t stream_id; member 296 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local 313 int32_t stream_id; in on_ctrl_send_callback() local 341 int32_t stream_id; in on_ctrl_recv_callback() local 377 int32_t stream_id, in on_stream_close_callback() 401 int32_t stream_id, in on_data_chunk_recv_callback()
|
| D | test_request_response.c | 110 int32_t stream_id; member 278 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local 295 int32_t stream_id; in on_ctrl_send_callback() local 323 int32_t stream_id; in on_ctrl_recv_callback() local 359 int32_t stream_id, in on_stream_close_callback() 384 int32_t stream_id, in on_data_chunk_recv_callback()
|