/third_party/boost/libs/asio/test/ssl/ |
D | stream.cpp | 112 stream1.handshake(ssl::stream_base::client); in test() 113 stream1.handshake(ssl::stream_base::server); in test() 114 stream1.handshake(ssl::stream_base::client, ec); in test() 115 stream1.handshake(ssl::stream_base::server, ec); in test() 117 stream1.handshake(ssl::stream_base::client, buffer(mutable_char_buffer)); in test() 118 stream1.handshake(ssl::stream_base::server, buffer(mutable_char_buffer)); in test() 119 stream1.handshake(ssl::stream_base::client, buffer(const_char_buffer)); in test() 120 stream1.handshake(ssl::stream_base::server, buffer(const_char_buffer)); in test() 121 stream1.handshake(ssl::stream_base::client, in test() 123 stream1.handshake(ssl::stream_base::server, in test() [all …]
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | timer.cpp | 43 ws2.set_option(stream_base::timeout{ in testIdlePing() 44 stream_base::none(), in testIdlePing() 76 ws2.set_option(stream_base::timeout{ in testIdlePing() 77 stream_base::none(), in testIdlePing() 99 ws1.set_option(websocket::stream_base::timeout{ in testIssue1729() 101 websocket::stream_base::none(), in testIssue1729() 128 ws1.set_option(websocket::stream_base::timeout{ in testIssue1729() 130 websocket::stream_base::none(), in testIssue1729() 167 ws1.set_option(websocket::stream_base::timeout{ in testCloseWhileRead() 169 websocket::stream_base::none(), in testCloseWhileRead()
|
D | read1.cpp | 74 ws1.set_option(stream_base::timeout{ in testTimeout() 75 stream_base::none(), in testTimeout() 93 ws1.set_option(stream_base::timeout{ in testTimeout() 94 stream_base::none(), in testTimeout() 114 ws1.set_option(stream_base::timeout{ in testTimeout() 115 stream_base::none(), in testTimeout() 132 ws1.set_option(stream_base::timeout{ in testTimeout() 133 stream_base::none(), in testTimeout()
|
D | accept.cpp | 134 ws.set_option(stream_base::decorator( in testMatrix() 158 ws.set_option(stream_base::decorator( in testMatrix() 198 ws.set_option(stream_base::decorator( in testMatrix() 240 ws.set_option(stream_base::decorator( in testMatrix() 356 ws.set_option(stream_base::decorator( in testOversized() 403 ws.set_option(stream_base::decorator( in testOversized() 462 ws.set_option(stream_base::decorator( in testOversized() 736 ws1.set_option(stream_base::timeout{ in testAsync() 738 stream_base::none(), in testAsync() 750 ws1.set_option(stream_base::timeout{ in testAsync() [all …]
|
D | handshake.cpp | 103 ws.set_option(stream_base::decorator( in doTestHandshake() 126 ws.set_option(stream_base::decorator( in doTestHandshake() 552 ws1.set_option(stream_base::timeout{ in testAsync() 554 stream_base::none(), in testAsync() 566 ws1.set_option(stream_base::timeout{ in testAsync() 568 stream_base::none(), in testAsync() 582 ws1.set_option(stream_base::timeout{ in testAsync() 584 stream_base::none(), in testAsync() 596 ws1.set_option(stream_base::timeout{ in testAsync() 598 stream_base::none(), in testAsync() [all …]
|
D | stream.cpp | 33 stream_base::decorator( in testGetSetOption() 39 stream_base::decorator( in testGetSetOption() 47 stream_base::timeout::suggested( in testGetSetOption() 51 stream_base::timeout::suggested( in testGetSetOption() 59 stream_base::timeout opt; in testGetSetOption()
|
D | close.cpp | 221 ws1.set_option(stream_base::timeout{ in testTimeout() 223 stream_base::none(), in testTimeout() 238 ws1.set_option(stream_base::timeout{ in testTimeout() 240 stream_base::none(), in testTimeout() 257 ws1.set_option(stream_base::timeout{ in testTimeout() 259 stream_base::none(), in testTimeout() 274 ws1.set_option(stream_base::timeout{ in testTimeout() 276 stream_base::none(), in testTimeout()
|
/third_party/boost/libs/beast/test/doc/ |
D | websocket_3_decorator.cpp | 49 ws.set_option(stream_base::decorator(&set_user_agent)); in snippets() 68 ws.set_option(stream_base::decorator(set_server{})); in snippets() 76 ws.set_option(stream_base::decorator( in snippets() 104 ws.set_option(stream_base::decorator(set_message_fields{})); in snippets() 124 ws.set_option(stream_base::decorator( in snippets()
|
D | websocket_6_timeouts.cpp | 41 ws.set_option(stream_base::timeout::suggested(role_type::server)); in snippets() 49 stream_base::timeout opt{ in snippets() 51 stream_base::none(), // idle timeout in snippets()
|
/third_party/boost/boost/nowide/ |
D | fstream.hpp | 26 struct stream_base{ struct 35 struct stream_base{ struct 44 struct stream_base{ struct 276 public T_StreamType::template stream_base<CharType, Traits>::type 280 typedef typename T_StreamType::template stream_base<CharType, Traits>::type stream_base; typedef in boost::nowide::detail::fstream_impl 283 using stream_base::setstate; 284 using stream_base::clear; 289 fstream_impl() : stream_base(&buf_) in fstream_impl() 296 stream_base(std::move(other)) in fstream_impl() 303 stream_base::operator=(std::move(rhs)); in operator =() [all …]
|
/third_party/boost/boost/asio/ssl/ |
D | stream_base.hpp | 28 class stream_base class 43 ~stream_base() in ~stream_base()
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | stream_base.hpp | 28 class stream_base class 43 ~stream_base() in ~stream_base()
|
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/ |
D | handshake_op.hpp | 37 handshake_op(stream_base::handshake_type type) in handshake_op() 59 stream_base::handshake_type type_;
|
D | buffered_handshake_op.hpp | 38 buffered_handshake_op(stream_base::handshake_type type, in buffered_handshake_op() 109 stream_base::handshake_type type_;
|
/third_party/boost/boost/asio/ssl/detail/ |
D | handshake_op.hpp | 37 handshake_op(stream_base::handshake_type type) in handshake_op() 59 stream_base::handshake_type type_;
|
D | buffered_handshake_op.hpp | 38 buffered_handshake_op(stream_base::handshake_type type, in buffered_handshake_op() 109 stream_base::handshake_type type_;
|
/third_party/boost/boost/iostreams/ |
D | stream.hpp | 80 class stream_base class 90 stream_base() : pbase_type(), stream_type(&member) { } in stream_base() function in boost::iostreams::detail::stream_base 128 struct stream : detail::stream_base<Device, Tr, Alloc> {
|
/third_party/boost/libs/beast/example/websocket/server/fast/ |
D | websocket_server_fast.cpp | 89 ws.set_option(websocket::stream_base::decorator( in do_sync_session() 161 websocket::stream_base::timeout::suggested( in run() 165 ws_.set_option(websocket::stream_base::decorator( in run() 340 websocket::stream_base::timeout::suggested( in do_coro_session() 344 ws.set_option(websocket::stream_base::decorator( in do_coro_session()
|
/third_party/boost/libs/beast/example/websocket/client/coro-ssl/ |
D | websocket_client_coro_ssl.cpp | 93 ws.set_option(websocket::stream_base::decorator( in do_session() 102 ws.next_layer().async_handshake(ssl::stream_base::client, yield[ec]); in do_session() 112 websocket::stream_base::timeout::suggested( in do_session()
|
/third_party/boost/libs/beast/example/websocket/server/coro-ssl/ |
D | websocket_server_coro_ssl.cpp | 61 ws.next_layer().async_handshake(ssl::stream_base::server, yield[ec]); in do_session() 71 websocket::stream_base::timeout::suggested( in do_session() 75 ws.set_option(websocket::stream_base::decorator( in do_session()
|
/third_party/boost/libs/beast/example/websocket/server/chat-multi/ |
D | websocket_session.hpp | 66 websocket::stream_base::timeout::suggested( in run() 70 ws_.set_option(websocket::stream_base::decorator( in run()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl/ |
D | websocket_client_async_ssl.cpp | 129 ssl::stream_base::client, in on_connect() 147 websocket::stream_base::timeout::suggested( in on_ssl_handshake() 151 ws_.set_option(websocket::stream_base::decorator( in on_ssl_handshake()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/ |
D | websocket_client_async_ssl_system_executor.cpp | 137 ssl::stream_base::client, in on_connect() 155 websocket::stream_base::timeout::suggested( in on_ssl_handshake() 159 ws_.set_option(websocket::stream_base::decorator( in on_ssl_handshake()
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 06_timeouts.qbk | 25 [link beast.ref.boost__beast__websocket__stream_base__timeout `stream_base::timeout`] 30 …[link beast.ref.boost__beast__websocket__stream_base__timeout.suggested `stream_base::timeout::sug… 55 [link beast.ref.boost__beast__websocket__stream_base.none `stream_base::none()`] 65 [link beast.ref.boost__beast__websocket__stream_base.none `stream_base::none()`]
|
/third_party/boost/libs/beast/example/websocket/server/stackless-ssl/ |
D | websocket_server_stackless_ssl.cpp | 96 ssl::stream_base::server, in loop() 111 websocket::stream_base::timeout::suggested( in loop() 115 ws_.set_option(websocket::stream_base::decorator( in loop()
|