Searched refs:ietf_error_code (Results 1 – 15 of 15) sorted by relevance
18 ietf_error_code(RstStreamErrorCodeToIetfResetStreamErrorCode(error_code)), in QuicRstStreamFrame()28 ietf_error_code(error.ietf_application_code()), in QuicRstStreamFrame()37 << ", ietf_error_code: " << rst_frame.ietf_error_code << " }\n"; in operator <<()44 error_code == rhs.error_code && ietf_error_code == rhs.ietf_error_code; in operator ==()
27 ietf_error_code(error.ietf_application_code()) {} in QuicStopSendingFrame()33 << ", ietf_error_code: " << frame.ietf_error_code << " }\n"; in operator <<()40 ietf_error_code == rhs.ietf_error_code; in operator ==()
45 uint64_t ietf_error_code = 0; member49 return QuicResetStreamError(error_code, ietf_error_code); in error()
45 uint64_t ietf_error_code = 0; member55 return QuicResetStreamError(error_code, ietf_error_code); in error()
100 frame.stop_sending_frame.ietf_error_code = in TEST_F()
71 QuicErrorCodeToIetfMapping ietf_error_code = in TEST_F() local74 if (ietf_error_code.is_transport_close) { in TEST_F()76 static_cast<QuicIetfTransportErrorCodes>(ietf_error_code.error_code); in TEST_F()91 uint64_t application_error_code = ietf_error_code.error_code; in TEST_F()
765 IetfResetStreamErrorCodeToRstStreamErrorCode(uint64_t ietf_error_code);
925 uint64_t ietf_error_code) { in IetfResetStreamErrorCodeToRstStreamErrorCode() argument926 switch (ietf_error_code) { in IetfResetStreamErrorCodeToRstStreamErrorCode()
515 QuicDataWriter::GetVarInt62Len(frame.ietf_error_code); in GetRstStreamFrameSize()617 QuicDataWriter::GetVarInt62Len(frame.ietf_error_code); in GetStopSendingFrameSize()6063 if (!writer->WriteVarInt62(static_cast<uint64_t>(frame.ietf_error_code))) { in AppendIetfResetStreamFrame()6083 if (!reader->ReadVarInt62(&frame->ietf_error_code)) { in ProcessIetfResetStreamFrame()6089 IetfResetStreamErrorCodeToRstStreamErrorCode(frame->ietf_error_code); in ProcessIetfResetStreamFrame()6105 if (!reader->ReadVarInt62(&stop_sending_frame->ietf_error_code)) { in ProcessStopSendingFrame()6111 stop_sending_frame->ietf_error_code); in ProcessStopSendingFrame()6122 static_cast<uint64_t>(stop_sending_frame.ietf_error_code))) { in AppendStopSendingFrame()
7228 rst_frame.ietf_error_code = 0x01; in TEST_P()10472 visitor_.stop_sending_frame_.ietf_error_code); in TEST_P()10492 frame.ietf_error_code = in TEST_P()
1643 << " with error: " << frame.ietf_error_code; in OnStopSendingFrame()
171 .Set("ietf_error_code", static_cast<int>(frame->ietf_error_code)) in NetLogQuicRstStreamFrameParams()312 .Set("ietf_error_code", static_cast<int>(frame.ietf_error_code)); in NetLogQuicStopSendingFrameParams()
413 Http3ErrorToWebTransportOrDefault(frame.ietf_error_code)); in OnStreamReset()
753 Http3ErrorToWebTransportOrDefault(frame.ietf_error_code)); in OnStreamReset()
2488 stop_sending.ietf_error_code); in TEST_P()