Searched refs:requested_scid (Results 1 – 2 of 2) sorted by relevance
495 StringPiece requested_scid; in ValidateClientHello() local496 client_hello.GetStringPiece(kSCID, &requested_scid); in ValidateClientHello()517 requested_config = GetConfigWithScid(requested_scid); in ValidateClientHello()566 StringPiece requested_scid; in ProcessClientHello() local567 client_hello.GetStringPiece(kSCID, &requested_scid); in ProcessClientHello()592 requested_config = GetConfigWithScid(requested_scid); in ProcessClientHello()788 QuicCryptoServerConfig::GetConfigWithScid(StringPiece requested_scid) const { in GetConfigWithScid()793 if (!requested_scid.empty()) { in GetConfigWithScid()794 ConfigMap::const_iterator it = configs_.find(requested_scid.as_string()); in GetConfigWithScid()935 StringPiece requested_scid; in EvaluateClientHello() local[all …]
364 base::StringPiece requested_scid) const;