Home
last modified time | relevance | path

Searched refs:get_downstream_stream_id (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc75 downstream_->get_downstream_stream_id() != -1) { in ~Http2DownstreamConnection()
80 http2session_->consume(downstream_->get_downstream_stream_id(), in ~Http2DownstreamConnection()
122 if (downstream_->get_downstream_stream_id() != -1) { in detach_downstream()
127 http2session_->consume(downstream_->get_downstream_stream_id(), in detach_downstream()
144 downstream->get_downstream_stream_id() != -1) { in submit_rst_stream()
154 << downstream->get_downstream_stream_id() in submit_rst_stream()
158 downstream->get_downstream_stream_id(), error_code); in submit_rst_stream()
518 if (downstream_->get_downstream_stream_id() != -1) { in push_upload_data_chunk()
538 if (downstream_->get_downstream_stream_id() != -1) { in end_upload_data()
559 if (!downstream_ || downstream_->get_downstream_stream_id() == -1) { in resume_read()
[all …]
Dshrpx_downstream.h340 int64_t get_downstream_stream_id() const;
Dshrpx_http2_session.cc800 downstream->get_downstream_stream_id()); in resume_data()
846 if (downstream->get_downstream_stream_id() % 2 == 0 && in on_stream_close_callback()
1078 assert(downstream->get_downstream_stream_id() == frame->hd.stream_id); in on_begin_headers_callback()
1365 assert(downstream->get_downstream_stream_id() == frame->hd.stream_id); in on_frame_recv_callback()
Dshrpx_downstream.cc87 << downstream->get_downstream_stream_id() in downstream_timeoutcb()
922 int64_t Downstream::get_downstream_stream_id() const { in get_downstream_stream_id() function in shrpx::Downstream