Searched refs:requested_scid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc495 StringPiece requested_scid; local
496 client_hello.GetStringPiece(kSCID, &requested_scid);
517 requested_config = GetConfigWithScid(requested_scid);
566 StringPiece requested_scid; local
567 client_hello.GetStringPiece(kSCID, &requested_scid);
592 requested_config = GetConfigWithScid(requested_scid);
788 QuicCryptoServerConfig::GetConfigWithScid(StringPiece requested_scid) const {
793 if (!requested_scid.empty()) {
794 ConfigMap::const_iterator it = configs_.find(requested_scid.as_string());
935 StringPiece requested_scid; local
[all...]
H A Dquic_crypto_server_config.h364 base::StringPiece requested_scid) const;

Completed in 103 milliseconds