Searched refs:get_stream_id (Results 1 – 11 of 11) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_upstream.cc | 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() [all …]
|
D | asio_server_response_impl.cc | 102 handler->stream_error(strm_->get_stream_id(), NGHTTP2_INTERNAL_ERROR); in start_response() 117 handler->stream_error(strm_->get_stream_id(), error_code); in cancel()
|
D | asio_server_http2_handler.cc | 366 rv = nghttp2_submit_response(session_, strm.get_stream_id(), nva.data(), in start_response() 387 rv = nghttp2_submit_trailer(session_, strm.get_stream_id(), nva.data(), in submit_trailer() 428 nghttp2_session_resume_data(session_, strm.get_stream_id()); in resume() 455 strm.get_stream_id(), nva.data(), nva.size(), in push_promise()
|
D | asio_server_stream.cc | 41 int32_t stream::get_stream_id() const { return stream_id_; } in get_stream_id() function in nghttp2::asio_http2::server::stream
|
D | asio_server_stream.h | 42 int32_t get_stream_id() const;
|
D | shrpx_downstream.h | 327 int32_t get_stream_id() const;
|
D | shrpx_downstream.cc | 57 << downstream->get_stream_id() << " event=" << which; in upstream_timeoutcb() 610 int32_t Downstream::get_stream_id() const { return stream_id_; } in get_stream_id() function in shrpx::Downstream
|
D | shrpx_http_downstream_connection.cc | 695 << downstream_->get_stream_id() << "\n" in push_request_headers() 1016 << 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()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.h | 143 unsigned get_stream_id() const in get_stream_id() function
|
D | link_varyings.cpp | 1669 buffer_stream_id = (int) tfeedback_decls[i].get_stream_id(); in store_tfeedback_info() 1677 (int) tfeedback_decls[i].get_stream_id()) { in store_tfeedback_info() 1685 tfeedback_decls[i].get_stream_id(), in store_tfeedback_info()
|