Home
last modified time | relevance | path

Searched refs:get_stream_id (Results 1 – 11 of 11) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc331 << 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 …]
Dasio_server_response_impl.cc102 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()
Dasio_server_http2_handler.cc366 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()
Dasio_server_stream.cc41 int32_t stream::get_stream_id() const { return stream_id_; } in get_stream_id() function in nghttp2::asio_http2::server::stream
Dasio_server_stream.h42 int32_t get_stream_id() const;
Dshrpx_downstream.h327 int32_t get_stream_id() const;
Dshrpx_downstream.cc57 << 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
Dshrpx_http_downstream_connection.cc695 << 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/
Dc2xml.c278 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/
Dlink_varyings.h143 unsigned get_stream_id() const in get_stream_id() function
Dlink_varyings.cpp1669 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()