Home
last modified time | relevance | path

Searched refs:server_id_ (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_session_key.cc47 : server_id_(server_id), in QuicSessionKey()
59 return std::tie(server_id_, socket_tag_, network_isolation_key_, in operator <()
61 std::tie(other.server_id_, other.socket_tag_, in operator <()
65 return server_id_ == other.server_id_ && socket_tag_ == other.socket_tag_ && in operator ==()
71 return server_id_.privacy_mode_enabled() == in CanUseForAliasing()
72 other.server_id_.privacy_mode_enabled() && in CanUseForAliasing()
79 return server_id_.EstimateMemoryUsage(); in EstimateMemoryUsage()
H A Dproperties_based_quic_server_info_test.cc34 : server_id_("www.google.com", 443, PRIVACY_MODE_DISABLED), in PropertiesBasedQuicServerInfoTest()
35 server_info_(server_id_, in PropertiesBasedQuicServerInfoTest()
64 quic::QuicServerId server_id_; member in net::test::PropertiesBasedQuicServerInfoTest
73 PropertiesBasedQuicServerInfo server_info1(server_id_, NetworkIsolationKey(), in TEST_F()
88 PropertiesBasedQuicServerInfo server_info2(server_id_, NetworkIsolationKey(), in TEST_F()
H A Dquic_session_key.h53 const std::string& host() const { return server_id_.host(); } in host()
56 return server_id_.privacy_mode_enabled() ? PRIVACY_MODE_ENABLED in privacy_mode()
60 const quic::QuicServerId& server_id() const { return server_id_; } in server_id()
73 quic::QuicServerId server_id_;
H A Dproperties_based_quic_server_info.cc40 server_id_, network_isolation_key_); in Load()
60 http_server_properties_->SetQuicServerInfo(server_id_, network_isolation_key_, in Persist()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_session_key.cc42 : server_id_(server_id), in QuicSessionKey()
54 return std::tie(server_id_, socket_tag_, network_isolation_key_, in operator <()
56 std::tie(other.server_id_, other.socket_tag_, in operator <()
60 return server_id_ == other.server_id_ && socket_tag_ == other.socket_tag_ && in operator ==()
66 return server_id_.EstimateMemoryUsage(); in EstimateMemoryUsage()
H A Dproperties_based_quic_server_info_test.cc34 : server_id_("www.google.com", 443, PRIVACY_MODE_DISABLED), in PropertiesBasedQuicServerInfoTest()
35 server_info_(server_id_, in PropertiesBasedQuicServerInfoTest()
64 quic::QuicServerId server_id_; member in net::test::PropertiesBasedQuicServerInfoTest
73 PropertiesBasedQuicServerInfo server_info1(server_id_, NetworkIsolationKey(), in TEST_F()
88 PropertiesBasedQuicServerInfo server_info2(server_id_, NetworkIsolationKey(), in TEST_F()
H A Dquic_session_key.h43 const std::string& host() const { return server_id_.host(); } in host()
46 return server_id_.privacy_mode_enabled() ? PRIVACY_MODE_ENABLED in privacy_mode()
50 const quic::QuicServerId& server_id() const { return server_id_; } in server_id()
63 quic::QuicServerId server_id_;
H A Dproperties_based_quic_server_info.cc40 server_id_, network_isolation_key_); in Load()
60 http_server_properties_->SetQuicServerInfo(server_id_, network_isolation_key_, in Persist()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dtls_client_handshaker.cc33 server_id_(server_id), in TlsClientHandshaker()
59 !QuicHostnameUtils::IsValidSNI(server_id_.host())) { in CryptoConnect()
61 << server_id_.host() << "\", not sending as SNI"; in CryptoConnect()
63 if (!server_id_.host().empty() && in CryptoConnect()
64 (QuicHostnameUtils::IsValidSNI(server_id_.host()) || in CryptoConnect()
66 SSL_set_tlsext_host_name(ssl(), server_id_.host().c_str()) != 1) { in CryptoConnect()
84 cached_state_ = session_cache_->Lookup(server_id_, SSL_get_SSL_CTX(ssl())); in CryptoConnect()
393 server_id_.host(), server_id_.port(), certs, ocsp_response, sct_list, in VerifyCertChain()
487 session_cache_->ClearEarlyData(server_id_); in HandleZeroRttReject()
508 session_cache_->Insert(server_id_, std::move(session), in InsertSession()
[all …]
H A Dquic_crypto_client_handshaker_test.cc139 server_id_("host", 123), in QuicCryptoClientHandshakerTest()
147 new QuicCryptoClientStream(server_id_,
153 handshaker_(server_id_,
182 QuicServerId server_id_; member in quic::__anone2b5554d0111::QuicCryptoClientHandshakerTest
H A Dquic_crypto_client_stream_test.cc43 server_id_(kServerHostname, kServerPort, false), in QuicCryptoClientStreamTest()
53 connection_, DefaultQuicConfig(), supported_versions_, server_id_, in CreateSession()
95 QuicServerId server_id_; member in quic::test::__anondd22b3600111::QuicCryptoClientStreamTest
208 crypto_config_.LookupOrCreate(server_id_); in TEST_F()
229 crypto_config_.LookupOrCreate(server_id_); in TEST_F()
H A Dquic_crypto_client_handshaker.cc63 server_id_(server_id), in QuicCryptoClientHandshaker()
207 crypto_config_->LookupOrCreate(server_id_); in HandleServerConfigUpdateMessage()
230 crypto_config_->LookupOrCreate(server_id_); in DoHandshakeLoop()
327 server_id_, session()->supported_versions().front(), cached, in DoSendCHLO()
356 server_id_, session()->connection()->connection_id(), in DoSendCHLO()
472 server_id_.host(), server_id_.port(), cached->server_config(), in DoVerifyProof()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dprovider.hpp56 : server_id_() in stid()
63 : server_id_(server_id) in stid()
67 const wsrep::id& server_id() const { return server_id_; } in server_id()
74 server_id_ == other.server_id_ && in operator ==()
80 wsrep::id server_id_; member in wsrep::stid
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dprovider.hpp56 : server_id_()
63 : server_id_(server_id)
67 const wsrep::id& server_id() const { return server_id_; }
74 server_id_ == other.server_id_ &&
80 wsrep::id server_id_;
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dprovider.hpp56 : server_id_() in stid()
63 : server_id_(server_id) in stid()
67 const wsrep::id& server_id() const { return server_id_; } in server_id()
74 server_id_ == other.server_id_ && in operator ==()
80 wsrep::id server_id_; member in wsrep::stid
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dprovider.hpp56 : server_id_() in stid()
63 : server_id_(server_id) in stid()
67 const wsrep::id& server_id() const { return server_id_; } in server_id()
74 server_id_ == other.server_id_ && in operator ==()
80 wsrep::id server_id_; member in wsrep::stid
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_handshaker_test.cc132 server_id_("host", 123), in QuicCryptoClientHandshakerTest()
139 client_stream_(new QuicCryptoClientStream(server_id_,
144 handshaker_(server_id_,
173 QuicServerId server_id_; member in quic::__anon94c560e80111::QuicCryptoClientHandshakerTest
H A Dquic_crypto_client_handshaker.cc63 server_id_(server_id), in QuicCryptoClientHandshaker()
179 crypto_config_->LookupOrCreate(server_id_); in HandleServerConfigUpdateMessage()
202 crypto_config_->LookupOrCreate(server_id_); in DoHandshakeLoop()
286 server_id_, session()->supported_versions().front(), cached, in DoSendCHLO()
315 server_id_, session()->connection()->connection_id(), in DoSendCHLO()
428 server_id_.host(), server_id_.port(), cached->server_config(), in DoVerifyProof()
H A Dtls_client_handshaker.cc55 server_id_(server_id), in TlsClientHandshaker()
75 if (!server_id_.host().empty() && in CryptoConnect()
76 SSL_set_tlsext_host_name(ssl(), server_id_.host().c_str()) != 1) { in CryptoConnect()
95 session_cache_->Lookup(server_id_, SSL_get_SSL_CTX(ssl())); in CryptoConnect()
465 server_id_.host(), certs, ocsp_response, sct_list, verify_context_.get(), in VerifyCert()
491 session_cache_->Insert(server_id_, std::move(cache_state)); in InsertSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_client_session.cc34 server_id_(server_id), in QuicSpdyClientSession()
44 connection()->EnableLegacyVersionEncapsulation(server_id_.host()); in Initialize()
185 server_id_, this, in CreateQuicCryptoStream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/qbone/
H A Dqbone_client_session.h73 QuicServerId server_id() { return server_id_; } in server_id()
79 QuicServerId server_id_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/qbone/
H A Dqbone_client_session.h73 QuicServerId server_id() { return server_id_; } in server_id()
79 QuicServerId server_id_;
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_provider.hpp49 , server_id_("1") in mock_provider()
110 wsrep::stid stid(server_id_, in certify()
216 wsrep::stid(server_id_, tc.id(), cc.id()), in replay()
248 wsrep::stid stid(server_id_, in enter_toi()
343 wsrep::id server_id_; member in wsrep::mock_provider
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_provider.hpp49 , server_id_("1") in mock_provider()
110 wsrep::stid stid(server_id_, in certify()
216 wsrep::stid(server_id_, tc.id(), cc.id()), in replay()
248 wsrep::stid stid(server_id_, in enter_toi()
343 wsrep::id server_id_; member in wsrep::mock_provider
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dmock_provider.hpp49 , server_id_("1") in mock_provider()
110 wsrep::stid stid(server_id_, in certify()
216 wsrep::stid(server_id_, tc.id(), cc.id()), in replay()
248 wsrep::stid stid(server_id_, in enter_toi()
343 wsrep::id server_id_; member in wsrep::mock_provider

1234