Home
last modified time | relevance | path

Searched refs:FINAL_SIZE_ERROR (Results 1 – 23 of 23) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICIncomingFrameBuffer.cc154 return std::make_unique<QUICConnectionError>(QUICTransErrorCode::FINAL_SIZE_ERROR); in _check_and_set_fin_flag()
160 return std::make_unique<QUICConnectionError>(QUICTransErrorCode::FINAL_SIZE_ERROR); in _check_and_set_fin_flag()
164 return std::make_unique<QUICConnectionError>(QUICTransErrorCode::FINAL_SIZE_ERROR); in _check_and_set_fin_flag()
H A DQUICDebugNames.cc132 case static_cast<uint16_t>(QUICTransErrorCode::FINAL_SIZE_ERROR): in error_code()
H A DQUICTypes.h159 FINAL_SIZE_ERROR, enumerator
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/stream/
H A DStreamStateFunctions.cpp41 TransportErrorCode::FINAL_SIZE_ERROR); in onResetQuicStream()
46 "Reset in middle of stream", TransportErrorCode::FINAL_SIZE_ERROR); in onResetQuicStream()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICIncomingFrameBuffer.cc74 CHECK(err->code == static_cast<uint16_t>(QUICTransErrorCode::FINAL_SIZE_ERROR));
85 CHECK(err->code == static_cast<uint16_t>(QUICTransErrorCode::FINAL_SIZE_ERROR));
94 CHECK(err->code == static_cast<uint16_t>(QUICTransErrorCode::FINAL_SIZE_ERROR));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_types_test.cc41 QuicIetfTransportErrorCodeString(FINAL_SIZE_ERROR)); in TEST_F()
H A Dquic_types.h558 FINAL_SIZE_ERROR = 0x6, enumerator
H A Dquic_types.cc108 RETURN_STRING_LITERAL(FINAL_SIZE_ERROR); in QuicIetfTransportErrorCodeString()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/
H A DQuicException.cpp146 case TransportErrorCode::FINAL_SIZE_ERROR: in toString()
186 TransportErrorCode::FINAL_SIZE_ERROR, in getAllTransportErrorCodes()
H A DQuicConstants.h192 FINAL_SIZE_ERROR = 0x0006, enumerator
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DQuicStreamFunctions.cpp107 "Invalid EOF", TransportErrorCode::FINAL_SIZE_ERROR); in appendDataToReadBufferCommon()
112 "EOF in middle of stream", TransportErrorCode::FINAL_SIZE_ERROR); in appendDataToReadBufferCommon()
119 "Invalid data after EOF", TransportErrorCode::FINAL_SIZE_ERROR); in appendDataToReadBufferCommon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_error_codes_test.cc44 QuicIetfTransportErrorCodeString(FINAL_SIZE_ERROR)); in TEST_F()
H A Dquic_error_codes.h592 FINAL_SIZE_ERROR = 0x6, enumerator
H A Dquic_error_codes.cc290 RETURN_STRING_LITERAL(FINAL_SIZE_ERROR); in QuicIetfTransportErrorCodeString()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dxprt_quic-t.h157 #define FINAL_SIZE_ERROR 0x06 macro
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket.py39 FINAL_SIZE_ERROR = 0x6 variable in QuicErrorCode
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Dpacket.py41 FINAL_SIZE_ERROR = 0x6 variable in QuicErrorCode
H A Dconnection.py1955 error_code=QuicErrorCode.FINAL_SIZE_ERROR,
2086 error_code=QuicErrorCode.FINAL_SIZE_ERROR,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket.py39 FINAL_SIZE_ERROR = 0x6 variable in QuicErrorCode
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket.py39 FINAL_SIZE_ERROR = 0x6 variable in QuicErrorCode
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/frames/
H A Dquic_frames_test.cc163 frame.transport_error_code = FINAL_SIZE_ERROR; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/frames/
H A Dquic_frames_test.cc165 frame.wire_error_code = FINAL_SIZE_ERROR; in TEST_F()
/dports/www/py-aioquic/aioquic-0.9.17/tests/
H A Dtest_connection.py1574 self.assertEqual(cm.exception.error_code, QuicErrorCode.FINAL_SIZE_ERROR)
1791 self.assertEqual(cm.exception.error_code, QuicErrorCode.FINAL_SIZE_ERROR)