Home
last modified time | relevance | path

Searched refs:SetServerConnectionIdLength (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.h352 void SetServerConnectionIdLength(uint32_t length);
H A Dquic_packet_creator.cc1371 void QuicPacketCreator::SetServerConnectionIdLength(uint32_t length) { in SetServerConnectionIdLength() function in quic::QuicPacketCreator
H A Dquic_packet_creator_test.cc3170 creator_.SetServerConnectionIdLength(0); in TEST_F()
3175 creator_.SetServerConnectionIdLength(i); in TEST_F()
H A Dquic_connection.cc422 packet_creator_.SetServerConnectionIdLength( in SetFromConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.h385 void SetServerConnectionIdLength(uint32_t length);
H A Dquic_packet_creator.cc1488 void QuicPacketCreator::SetServerConnectionIdLength(uint32_t length) { in SetServerConnectionIdLength() function in quic::QuicPacketCreator
H A Dquic_packet_creator_test.cc3226 creator_.SetServerConnectionIdLength(0); in TEST_F()
3231 creator_.SetServerConnectionIdLength(i); in TEST_F()
H A Dquic_connection.cc614 packet_creator_.SetServerConnectionIdLength( in SetFromConfig()