Home
last modified time | relevance | path

Searched defs:resumption_attempted (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_chlo_extractor.h50 bool resumption_attempted() const { return resumption_attempted_; } in resumption_attempted() function
Dquic_buffered_packet_store_test.cc467 bool resumption_attempted = false; in TEST_F() local
Dquic_dispatcher.cc642 bool resumption_attempted = false, early_data_attempted = false; in TryExtractChloOrBufferEarlyPacket() local
Dquic_types.h861 bool resumption_attempted = false; // TLS only. member