Home
last modified time | relevance | path

Searched defs:QuicRstStreamFrame (Results 1 – 16 of 16) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_rst_stream_frame.h16 struct QUIC_EXPORT_PRIVATE QuicRstStreamFrame { struct
30 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
32 QuicStreamId stream_id = 0;
39 QuicRstStreamErrorCode error_code = QUIC_STREAM_NO_ERROR;
42 uint64_t ietf_error_code = 0;
48 QuicStreamOffset byte_offset = 0;
51 QuicResetStreamError error() const { in error()
Dquic_rst_stream_frame.cc11 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame
21 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_receive_stream.cc16 void QpackReceiveStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
Dqpack_send_stream.cc18 void QpackSendStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
Dqbone_control_stream.cc80 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_send_control_stream.cc33 void QuicSendControlStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
Dquic_headers_stream.cc158 void QuicHeadersStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
Dquic_receive_control_stream.cc37 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h55 void OnRstStream(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStream()
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_base.h104 void OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStreamReceived()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc236 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()
Dtls_chlo_extractor.h124 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame()
Dquic_crypto_stream.cc209 void QuicCryptoStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
Dquic_dispatcher.cc986 void QuicDispatcher::OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamReceived()
Dquic_connection.h333 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc370 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()