Home
last modified time | relevance | path

Searched refs:kMSPC (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config_test.cc45 error = msg.GetUint32(kMSPC, &value); in TEST_F()
150 msg.SetValue(kMSPC, 3); in TEST_F()
Dquic_config.cc231 max_streams_per_connection_(kMSPC, QuicNegotiableValue::PRESENCE_REQUIRED), in QuicConfig()
/external/chromium_org/net/quic/crypto/
Dcrypto_protocol.h73 const QuicTag kMSPC = TAG('M', 'S', 'P', 'C'); // Max streams per connection. variable
Dcrypto_handshake.cc255 case kMSPC: in DebugStringInternal()