Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dstream_core.hpp35 struct stream_core struct
39 enum { max_tls_record_size = 17 * 1024 };
42 stream_core(SSL_CTX* context, const Executor& ex) in stream_core() function
56 stream_core(stream_core&& other) in stream_core() function
89 ~stream_core() in ~stream_core()
94 engine engine_;
98 boost::asio::deadline_timer pending_read_;
101 boost::asio::deadline_timer pending_write_;
104 static boost::asio::deadline_timer::time_type neg_infin() in neg_infin()
110 static boost::asio::deadline_timer::time_type pos_infin() in pos_infin()
[all …]