Searched refs:get_stream_id (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_upstream.cc | 331 << downstream->get_stream_id() << "\n" in on_request_headers() 693 << "stream stream_id=" << downstream->get_stream_id() in on_frame_send_callback() 1323 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof() 1415 ULOG(INFO, this) << "RST_STREAM stream_id=" << downstream->get_stream_id() in rst_stream() 1420 downstream->get_stream_id(), error_code); in rst_stream() 1558 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in send_reply() 1610 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in error_reply() 1633 nghttp2_session_set_stream_user_data(session_, downstream->get_stream_id(), in remove_downstream() 1728 !config->http2_proxy && (downstream->get_stream_id() % 2) && in on_downstream_header_complete() 1757 downstream->get_stream_id(), nullptr, in on_downstream_header_complete() [all …]
|
D | shrpx_http3_upstream.cc | 1081 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof() 1298 rv = nghttp3_conn_submit_info(httpconn_, downstream->get_stream_id(), in on_downstream_header_complete() 1395 rv = nghttp3_conn_submit_response(httpconn_, downstream->get_stream_id(), in on_downstream_header_complete() 1404 } else if (shutdown_stream_read(downstream->get_stream_id(), in on_downstream_header_complete() 1419 nghttp3_conn_resume_stream(httpconn_, downstream->get_stream_id()); in on_downstream_body() 1448 httpconn_, downstream->get_stream_id(), nva.data(), nva.size()); in on_downstream_body_complete() 1458 nghttp3_conn_resume_stream(httpconn_, downstream->get_stream_id()); in on_downstream_body_complete() 1620 consume(downstream->get_stream_id(), consumed); in resume_read() 1681 rv = nghttp3_conn_submit_response(httpconn_, downstream->get_stream_id(), in send_reply() 1699 if (shutdown_stream_read(downstream->get_stream_id(), NGHTTP3_H3_NO_ERROR) != in send_reply() [all …]
|
D | shrpx_downstream.h | 332 int64_t get_stream_id() const;
|
D | shrpx_downstream.cc | 57 << downstream->get_stream_id() << " event=" << which; in upstream_timeoutcb() 620 int64_t Downstream::get_stream_id() const { return stream_id_; } in get_stream_id() function in shrpx::Downstream
|
D | shrpx_http_downstream_connection.cc | 713 << downstream_->get_stream_id() << "\n" in push_request_headers() 1039 << downstream->get_stream_id(); in htp_hdrs_completecb()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | c2xml.c | 278 static int get_stream_id (const char *name) in get_stream_id() function 291 int stream_id = get_stream_id (file); in examine_symbol_list()
|