Searched refs:get_downstream_stream_id (Results 1 – 4 of 4) sorted by relevance
75 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 …]
340 int64_t get_downstream_stream_id() const;
800 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()
87 << 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