Home
last modified time | relevance | path

Searched refs:async_close (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/beast/test/beast/websocket/
Dclose.cpp193 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 …]
Dtimer.cpp112 ws1.async_close({}, in testIssue1729()
146 ws1.async_close({}, in testIssue1729()
181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
Dping.cpp149 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()
Dread3.cpp39 ws.async_close({}, in testSuspend()
81 ws.async_close({}, in testSuspend()
166 ws.async_close({}, in testSuspend()
204 ws.async_close({}, in testSuspend()
Dtest.hpp138 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/
Dwebsocket.hpp104 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/
Dio.cpp57 p1.async_close(); in main()
58 p2.async_close(); in main()
/third_party/boost/libs/beast/doc/qbk/06_websocket/
D08_notes.qbk57 * [link beast.ref.boost__beast__websocket__stream.async_close `async_close`]
D05_control_frames.qbk89 [link beast.ref.boost__beast__websocket__stream.async_close `async_close`]:
/third_party/boost/libs/beast/test/doc/
Dwebsocket_8_notes.cpp65 ws.async_close({}, [](error_code){}); in snippets()
/third_party/boost/boost/process/
Dasync_pipe.hpp143 void async_close();
/third_party/boost/libs/beast/example/websocket/client/coro/
Dwebsocket_client_coro.cpp109 ws.async_close(websocket::close_code::normal, yield[ec]); in do_session()
/third_party/boost/libs/beast/example/websocket/client/async/
Dwebsocket_client_async.cpp176 ws_.async_close(websocket::close_code::normal, in on_read()
/third_party/boost/libs/beast/example/websocket/client/coro-ssl/
Dwebsocket_client_coro_ssl.cpp134 ws.async_close(websocket::close_code::normal, yield[ec]); in do_session()
/third_party/boost/libs/beast/example/websocket/client/async-ssl/
Dwebsocket_client_async_ssl.cpp209 ws_.async_close(websocket::close_code::normal, in on_read()
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/
Dwebsocket_client_async_ssl_system_executor.cpp217 ws_.async_close(websocket::close_code::normal, in on_read()
/third_party/ffmpeg/libavformat/
Dasync.c307 static int async_close(URLContext *h) in async_close() function
491 .url_close = async_close,
/third_party/boost/libs/beast/test/bench/wsload/
Dwsload.cpp203 ws_.async_close({}, in on_write()
/third_party/libwebsockets/lib/core-net/
Dclose.c427 goto async_close; in __lws_close_free_wsi()
797 async_close: in __lws_close_free_wsi()
/third_party/boost/boost/beast/websocket/
Dstream.hpp1561 async_close(
/third_party/boost/libs/beast/include/boost/beast/websocket/
Dstream.hpp1561 async_close(
/third_party/boost/boost/beast/websocket/impl/
Dclose.hpp436 async_close(close_reason const& cr, CloseHandler&& handler) in BOOST_BEAST_ASYNC_RESULT1()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dclose.hpp436 async_close(close_reason const& cr, CloseHandler&& handler) in BOOST_BEAST_ASYNC_RESULT1()
/third_party/boost/boost/process/detail/posix/
Dasync_pipe.hpp109 void async_close() in async_close() function in boost::process::detail::posix::async_pipe
/third_party/boost/boost/process/detail/windows/
Dasync_pipe.hpp137 void async_close() in async_close() function in boost::process::detail::windows::async_pipe

12