Home
last modified time | relevance | path

Searched refs:kMaxReasonPhraseLength (Results 1 – 3 of 3) sorted by relevance

/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/
H A DQuicConstants.h470 constexpr size_t kMaxReasonPhraseLength = 1024; variable
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/codec/
H A DDecode.cpp630 reasonPhraseLength->first > kMaxReasonPhraseLength) { in decodeConnectionCloseFrame()
656 reasonPhraseLength->first > kMaxReasonPhraseLength) { in decodeApplicationClose()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/codec/test/
H A DQuicWriteCodecTest.cpp1240 reasonPhrase.resize(kMaxReasonPhraseLength + 10); in TEST_F()
1273 reasonPhrase.resize(kMaxReasonPhraseLength + 10); in TEST_F()