Home
last modified time | relevance | path

Searched refs:SendGoAway (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_send_control_stream.h50 void SendGoAway(QuicStreamId id);
H A Dquic_send_control_stream_test.cc211 TEST_P(QuicSendControlStreamTest, SendGoAway) { in TEST_P() argument
224 send_control_stream_->SendGoAway(stream_id); in TEST_P()
H A Dquic_send_control_stream.cc124 void QuicSendControlStream::SendGoAway(QuicStreamId id) { in SendGoAway() function in quic::QuicSendControlStream
H A Dquic_spdy_session.cc765 send_control_stream_->SendGoAway(stream_id); in SendHttp3GoAway()
786 send_control_stream_->SendGoAway(last_sent_http3_goaway_id_.value()); in SendHttp3Shutdown()
789 send_control_stream_->SendGoAway(stream_id); in SendHttp3Shutdown()
1434 send_control_stream_->SendGoAway(stream_id); in BeforeConnectionCloseSent()
H A Dquic_spdy_session_test.cc1078 TEST_P(QuicSpdySessionTestServer, SendGoAway) { in TEST_P() argument
1091 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1241 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1243 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_send_control_stream.h52 void SendGoAway(QuicStreamId stream_id);
H A Dquic_send_control_stream_test.cc205 TEST_P(QuicSendControlStreamTest, SendGoAway) { in TEST_P() argument
218 send_control_stream_->SendGoAway(stream_id); in TEST_P()
H A Dquic_send_control_stream.cc136 void QuicSendControlStream::SendGoAway(QuicStreamId stream_id) { in SendGoAway() function in quic::QuicSendControlStream
H A Dquic_spdy_session_test.cc1015 TEST_P(QuicSpdySessionTestServer, SendGoAway) { in TEST_P() argument
1027 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1066 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1068 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
H A Dquic_spdy_session.cc679 send_control_stream_->SendGoAway( in SendHttp3GoAway()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_server.cc237 SendGoAway(QUIC_PEER_GOING_AWAY, ""); in OnStreamFrame()
246 SendGoAway(QUIC_PEER_GOING_AWAY, ""); in OnCryptoFrame()
H A Dquic_test_utils.h517 MOCK_METHOD3(SendGoAway,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_server.cc234 SendGoAway(QUIC_PEER_GOING_AWAY, ""); in OnStreamFrame()
244 SendGoAway(QUIC_PEER_GOING_AWAY, ""); in OnCryptoFrame()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc152 void SendGoAway();
295 connection.first->SendGoAway(); in StopServing()
524 void Chttp2ServerListener::ActiveConnection::SendGoAway() { in SendGoAway() function in grpc_core::__anon9423d4ea0111::Chttp2ServerListener::ActiveConnection
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc153 void SendGoAway();
296 connection.first->SendGoAway(); in StopServing()
539 void Chttp2ServerListener::ActiveConnection::SendGoAway() { in SendGoAway() function in grpc_core::__anona256aea30111::Chttp2ServerListener::ActiveConnection
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc153 void SendGoAway(); in CreateSubchannel()
296 connection.first->SendGoAway(); in CreateSubchannel()
539 void Chttp2ServerListener::ActiveConnection::SendGoAway() { in CreateSubchannel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_session.h209 virtual void SendGoAway(QuicErrorCode error_code, const std::string& reason);
H A Dquic_session_test.cc1374 TEST_P(QuicSessionTestServer, SendGoAway) { in TEST_P() argument
1388 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1406 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1408 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
H A Dquic_session.cc807 void QuicSession::SendGoAway(QuicErrorCode error_code, in SendGoAway() function in quic::QuicSession
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_session.h236 virtual void SendGoAway(QuicErrorCode error_code, const std::string& reason);
H A Dquic_session_test.cc1445 TEST_P(QuicSessionTestServer, SendGoAway) { in TEST_P() argument
1460 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1479 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
1481 session_.SendGoAway(QUIC_PEER_GOING_AWAY, "Going Away."); in TEST_P()
H A Dquic_session.cc916 void QuicSession::SendGoAway(QuicErrorCode error_code, in SendGoAway() function in quic::QuicSession