Searched refs:kEXPY (Results 1 – 3 of 3) sorted by relevance
86 const QuicTag kEXPY = TAG('E', 'X', 'P', 'Y'); // Expiry variable
56 if (scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR || in IsComplete()99 if (new_scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR) { in SetServerConfig()
252 msg.SetValue(kEXPY, expiry_seconds); in DefaultConfig()254 msg.SetValue(kEXPY, options.expiry_time.ToUNIXSeconds()); in DefaultConfig()