/third_party/boost/libs/asio/test/ |
D | write.cpp | 2191 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write() 2202 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write() 2213 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write() 2222 int i = boost::asio::async_write(s, buffers, archetypes::lazy_handler()); in test_3_arg_const_buffer_async_write() 2246 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write() 2257 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write() 2268 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write() 2277 int i = boost::asio::async_write(s, buffers, archetypes::lazy_handler()); in test_3_arg_mutable_buffer_async_write() 2303 boost::asio::async_write(s, buffers, in test_3_arg_boost_array_buffers_async_write() 2314 boost::asio::async_write(s, buffers, in test_3_arg_boost_array_buffers_async_write() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | write.hpp | 772 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, 853 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, 912 async_write(AsyncWriteStream& s, 987 async_write(AsyncWriteStream& s, 1049 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b, 1115 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b, 1173 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, 1244 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers,
|
/third_party/boost/boost/asio/ |
D | write.hpp | 772 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, 853 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, 912 async_write(AsyncWriteStream& s, 987 async_write(AsyncWriteStream& s, 1049 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b, 1115 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b, 1173 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, 1244 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers,
|
/third_party/boost/libs/beast/test/doc/ |
D | core_1_refresher.cpp | 56 net::async_write(sock, net::const_buffer("Hello, world!", 13), in snippets() 70 std::future<std::size_t> f = net::async_write(sock, in snippets() 79 std::size_t bytes_transferred = net::async_write(sock, in snippets() 331 net::async_write (stream, in async_hello() 345 async_write( 368 async_write( in async_write() function
|
D | websocket_8_notes.cpp | 63 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets() 80 ws.async_write(buffer.data(), net::use_future); in echo()
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | read1.cpp | 42 ws1.async_write(net::const_buffer("Hello, world!", 13), in testTimeout() 57 ws1.async_write(net::const_buffer("Hello, world!", 13), in testTimeout() 79 ws2.async_write(net::const_buffer("Hello, world!", 13), in testTimeout() 98 ws2.async_write(net::const_buffer("Hello, world!", 13), in testTimeout()
|
D | write.cpp | 294 ws->async_write(sbuf("*"), op); in testPausationAbandoning() 323 ws.async_write(sbuf("*"), in testWriteSuspend() 356 ws.async_write(sbuf("*"), in testWriteSuspend() 397 ws.async_write(sbuf("*"), in testWriteSuspend() 423 ws.async_write(net::buffer(s), in testWriteSuspend() 457 ws.async_write(net::buffer(s), in testWriteSuspend() 490 ws.async_write(net::buffer(s), in testWriteSuspend() 522 ws.async_write(net::buffer(s), in testWriteSuspend() 560 ws.async_write(net::buffer(s), in testWriteSuspend() 648 ws.async_write(net::const_buffer{}, in testAsioHandlerInvoke() [all …]
|
/third_party/boost/libs/beast/test/beast/http/ |
D | write.cpp | 317 async_write(ts, m, do_yield[ec]); in testAsyncWrite() 337 async_write(ts, m, do_yield[ec]); in testAsyncWrite() 427 async_write(ts, m, do_yield[ec]); in testFailures() 486 async_write(ts, m, do_yield[ec]); in testFailures() 648 async_write(ts, m, handler{}); in testIoService() 671 async_write(ts, m, handler{}); in testIoService() 884 async_write(ts, sr, in testAsioHandlerInvoke() 894 async_write(ts, m, in testAsioHandlerInvoke() 1013 http::async_write(stream, request_serializer, net::use_awaitable))>); in testAwaitableCompiles() 1017 http::async_write(stream, response_serializer, net::use_awaitable))>); in testAwaitableCompiles() [all …]
|
/third_party/boost/libs/asio/doc/requirements/ |
D | WriteHandler.qbk | 42 socket.async_write(... 59 socket.async_write(..., 74 socket.async_write(...,
|
/third_party/boost/boost/asio/impl/ |
D | write.hpp | 538 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 557 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 616 async_write(stream_, buffers_.data(), in operator ()() 789 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 799 return async_write(s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 810 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 836 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 840 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 850 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 855 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | write.hpp | 538 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 557 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 616 async_write(stream_, buffers_.data(), in operator ()() 789 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 799 return async_write(s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 810 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 836 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 840 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 850 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 855 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/third_party/boost/libs/asio/example/cpp03/chat/ |
D | posix_chat_client.cpp | 84 boost::asio::async_write(output_, buffers, in handle_read_body() 120 boost::asio::async_write(socket_, in handle_read_input() 131 boost::asio::async_write(socket_, in handle_read_input()
|
/third_party/boost/libs/asio/doc/overview/ |
D | streams.qbk | 40 `write()` and `async_write()`. 54 [link boost_asio.reference.async_write async_write()],
|
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/ |
D | posix_chat_client.cpp | 84 boost::asio::async_write(output_, buffers, in handle_read_body() 120 boost::asio::async_write(socket_, in handle_read_input() 131 boost::asio::async_write(socket_, in handle_read_input()
|
/third_party/openssl/test/ |
D | asynciotest.c | 30 static int async_write(BIO *b, const char *in, int inl); 50 || !BIO_meth_set_write(methods_async, async_write) in bio_f_async_filter() 124 static int async_write(BIO *bio, const char *in, int inl) in async_write() function 284 return async_write(bio, str, strlen(str)); in async_puts()
|
/third_party/boost/libs/asio/example/cpp03/http/server2/ |
D | connection.cpp | 51 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/ |
D | connection.cpp | 51 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|
/third_party/boost/libs/beast/example/websocket/server/chat-multi/ |
D | websocket_session.cpp | 110 ws_.async_write( in on_send() 130 ws_.async_write( in on_write()
|
/third_party/boost/boost/beast/http/ |
D | write.hpp | 424 async_write( 649 async_write( 711 async_write(
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | write.hpp | 424 async_write( 649 async_write( 711 async_write(
|
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/ |
D | connection.cpp | 52 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 59 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|
/third_party/boost/libs/asio/example/cpp03/http/server3/ |
D | connection.cpp | 52 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 59 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/ |
D | connection.cpp | 58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 65 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|
/third_party/boost/boost/process/detail/posix/ |
D | async_in.hpp | 53 boost::asio::async_write(*pipe_, buf, in on_success() 66 boost::asio::async_write(*pipe_, buf, in on_success()
|
/third_party/boost/libs/asio/example/cpp03/http/server/ |
D | connection.cpp | 58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read() 65 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
|