Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_chlo_extractor.h52 bool resumption_attempted() const { return resumption_attempted_; } in resumption_attempted() function
H A Dquic_buffered_packet_store_test.cc539 bool resumption_attempted = false; in TEST_F() local
H A Dquic_dispatcher.cc688 bool resumption_attempted = false, early_data_attempted = false; in TryExtractChloOrBufferEarlyPacket() local
H A Dquic_types.h879 bool resumption_attempted = false; // TLS only. member