/third_party/boost/libs/beast/test/beast/websocket/ |
D | close.cpp | 193 ws1.async_close({}, test::success_handler()); in testTimeout() 194 ws2.async_close({}, test::success_handler()); in testTimeout() 206 ws1.async_close({}, test::success_handler()); in testTimeout() 207 ws2.async_close({}, test::success_handler()); in testTimeout() 225 ws1.async_close({}, test::success_handler()); in testTimeout() 226 ws2.async_close({}, test::success_handler()); in testTimeout() 242 ws1.async_close({}, test::success_handler()); in testTimeout() 243 ws2.async_close({}, test::success_handler()); in testTimeout() 261 ws1.async_close({}, test::fail_handler( in testTimeout() 278 ws1.async_close({}, test::fail_handler( in testTimeout() [all …]
|
D | timer.cpp | 112 ws1.async_close({}, in testIssue1729() 146 ws1.async_close({}, in testIssue1729() 181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
|
D | ping.cpp | 149 ws.async_close({}, in testSuspend() 305 es.async_close(); in testSuspend() 364 ws.async_close({}, in testSuspend() 424 es.async_close(); in testSuspend() 451 ws.async_close({}, in testSuspend()
|
D | read3.cpp | 39 ws.async_close({}, in testSuspend() 81 ws.async_close({}, in testSuspend() 166 ws.async_close({}, in testSuspend() 204 ws.async_close({}, in testSuspend()
|
D | test.hpp | 138 async_close() in async_close() function in boost::beast::websocket::websocket_test_suite::echo_server 145 ws_.async_close({}, in async_close() 214 return ws_.async_close({}, in on_accept() 874 ws.async_close(cr, yield_[ec]); in close() 1467 ws.async_close(cr, handler(ec)); in close()
|
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/ |
D | websocket.hpp | 104 async_close() in async_close() function in boost::beast::test::ws_echo_server 111 ws_.async_close({}, in async_close() 181 return ws_.async_close({}, in on_accept()
|
/third_party/boost/libs/process/example/ |
D | io.cpp | 57 p1.async_close(); in main() 58 p2.async_close(); in main()
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 08_notes.qbk | 57 * [link beast.ref.boost__beast__websocket__stream.async_close `async_close`]
|
D | 05_control_frames.qbk | 89 [link beast.ref.boost__beast__websocket__stream.async_close `async_close`]:
|
/third_party/boost/libs/beast/test/doc/ |
D | websocket_8_notes.cpp | 65 ws.async_close({}, [](error_code){}); in snippets()
|
/third_party/boost/boost/process/ |
D | async_pipe.hpp | 143 void async_close();
|
/third_party/boost/libs/beast/example/websocket/client/coro/ |
D | websocket_client_coro.cpp | 109 ws.async_close(websocket::close_code::normal, yield[ec]); in do_session()
|
/third_party/boost/libs/beast/example/websocket/client/async/ |
D | websocket_client_async.cpp | 176 ws_.async_close(websocket::close_code::normal, in on_read()
|
/third_party/boost/libs/beast/example/websocket/client/coro-ssl/ |
D | websocket_client_coro_ssl.cpp | 134 ws.async_close(websocket::close_code::normal, yield[ec]); in do_session()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl/ |
D | websocket_client_async_ssl.cpp | 209 ws_.async_close(websocket::close_code::normal, in on_read()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/ |
D | websocket_client_async_ssl_system_executor.cpp | 217 ws_.async_close(websocket::close_code::normal, in on_read()
|
/third_party/ffmpeg/libavformat/ |
D | async.c | 307 static int async_close(URLContext *h) in async_close() function 491 .url_close = async_close,
|
/third_party/boost/libs/beast/test/bench/wsload/ |
D | wsload.cpp | 203 ws_.async_close({}, in on_write()
|
/third_party/libwebsockets/lib/core-net/ |
D | close.c | 427 goto async_close; in __lws_close_free_wsi() 797 async_close: in __lws_close_free_wsi()
|
/third_party/boost/boost/beast/websocket/ |
D | stream.hpp | 1561 async_close(
|
/third_party/boost/libs/beast/include/boost/beast/websocket/ |
D | stream.hpp | 1561 async_close(
|
/third_party/boost/boost/beast/websocket/impl/ |
D | close.hpp | 436 async_close(close_reason const& cr, CloseHandler&& handler) in BOOST_BEAST_ASYNC_RESULT1()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | close.hpp | 436 async_close(close_reason const& cr, CloseHandler&& handler) in BOOST_BEAST_ASYNC_RESULT1()
|
/third_party/boost/boost/process/detail/posix/ |
D | async_pipe.hpp | 109 void async_close() in async_close() function in boost::process::detail::posix::async_pipe
|
/third_party/boost/boost/process/detail/windows/ |
D | async_pipe.hpp | 137 void async_close() in async_close() function in boost::process::detail::windows::async_pipe
|