• Home
  • Raw
  • Download

Lines Matching refs:get_stream_id

331                      << downstream->get_stream_id() << "\n"  in on_request_headers()
685 << "stream stream_id=" << downstream->get_stream_id() in on_frame_send_callback()
1313 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof()
1405 ULOG(INFO, this) << "RST_STREAM stream_id=" << downstream->get_stream_id() in rst_stream()
1410 downstream->get_stream_id(), error_code); in rst_stream()
1548 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in send_reply()
1600 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in error_reply()
1623 nghttp2_session_set_stream_user_data(session_, downstream->get_stream_id(), in remove_downstream()
1718 !config->http2_proxy && (downstream->get_stream_id() % 2) && in on_downstream_header_complete()
1747 downstream->get_stream_id(), nullptr, in on_downstream_header_complete()
1828 if (downstream->get_stream_id() % 2 == 0) { in on_downstream_header_complete()
1856 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in on_downstream_header_complete()
1879 nghttp2_session_resume_data(session_, downstream->get_stream_id()); in on_downstream_body()
1902 nghttp2_session_resume_data(session_, downstream->get_stream_id()); in on_downstream_body_complete()
1915 if (consume(downstream->get_stream_id(), consumed) != 0) { in resume_read()
2016 << downstream->get_stream_id() << "\n" in log_response_headers()
2023 << downstream->get_stream_id(); in on_timeout()
2204 session_, NGHTTP2_FLAG_NONE, downstream->get_stream_id(), nva.data(), in submit_push_promise()
2244 (downstream->get_stream_id() % 2) == 0) { in initiate_push()
2315 promised_downstream->set_assoc_stream_id(downstream->get_stream_id()); in on_downstream_push_promise()
2346 session_, NGHTTP2_FLAG_NONE, downstream->get_stream_id(), nva.data(), in on_downstream_push_promise_complete()