Home
last modified time | relevance | path

Searched refs:async_read (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dread.cpp2495 boost::asio::async_read(s, buffers, in test_3_arg_mutable_buffer_async_read()
2507 boost::asio::async_read(s, buffers, in test_3_arg_mutable_buffer_async_read()
2519 boost::asio::async_read(s, buffers, in test_3_arg_mutable_buffer_async_read()
2529 int i = boost::asio::async_read(s, buffers, archetypes::lazy_handler()); in test_3_arg_mutable_buffer_async_read()
2557 boost::asio::async_read(s, buffers, in test_3_arg_boost_array_buffers_async_read()
2569 boost::asio::async_read(s, buffers, in test_3_arg_boost_array_buffers_async_read()
2581 boost::asio::async_read(s, buffers, in test_3_arg_boost_array_buffers_async_read()
2591 int i = boost::asio::async_read(s, buffers, archetypes::lazy_handler()); in test_3_arg_boost_array_buffers_async_read()
2620 boost::asio::async_read(s, buffers, in test_3_arg_std_array_buffers_async_read()
2632 boost::asio::async_read(s, buffers, in test_3_arg_std_array_buffers_async_read()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dread.hpp778 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,
857 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,
925 async_read(AsyncReadStream& s,
1003 async_read(AsyncReadStream& s,
1074 async_read(AsyncReadStream& s, basic_streambuf<Allocator>& b,
1143 async_read(AsyncReadStream& s, basic_streambuf<Allocator>& b,
1210 async_read(AsyncReadStream& s, DynamicBuffer_v2 buffers,
1284 async_read(AsyncReadStream& s, DynamicBuffer_v2 buffers,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/overview/
Dstreams.qbk39 generic functions that do this automatically: `read()`, `async_read()`,
44 * The end of a stream can cause `read`, `async_read`, `read_until` or
53 [link boost_asio.reference.async_read async_read()],
Dserial_ports.qbk20 boost_asio.reference.read read()], [link boost_asio.reference.async_read async_read()],
Dstrands.qbk32 In the case of composed asynchronous operations, such as `async_read()` or
36 and the composed operation (in the case of `async_read()` it's the socket,
Dwindows.qbk29 read()], [link boost_asio.reference.async_read async_read()], [link
Dssl.qbk49 boost_asio.reference.read read()], [link boost_asio.reference.async_read async_read()],
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dread.hpp573 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
591 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
853 async_read(AsyncReadStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
863 return async_read(s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
874 async_read(AsyncReadStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
900 async_read(AsyncReadStream& s, basic_streambuf<Allocator>& b, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
903 return async_read(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
913 async_read(AsyncReadStream& s, basic_streambuf<Allocator>& b, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
917 return async_read(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1180 async_read(AsyncReadStream& s, DynamicBuffer_v2 buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/requirements/
DReadHandler.qbk42 socket.async_read(...
59 socket.async_read(...,
74 socket.async_read(...,
DCompletionCondition.qbk11 [link boost_asio.reference.read `read`], [link boost_asio.reference.async_read
12 `async_read`], [link boost_asio.reference.write `write`], and [link
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/serialization/
Dconnection.hpp83 void async_read(T& t, Handler handler) in async_read() function in s11n_example::connection
90 boost::asio::async_read(socket_, boost::asio::buffer(inbound_header_), in async_read()
126 boost::asio::async_read(socket_, boost::asio::buffer(inbound_data_), in handle_read_header()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/
Dchat_client.cpp54 boost::asio::async_read(socket_, in handle_connect()
65 boost::asio::async_read(socket_, in handle_read_header()
82 boost::asio::async_read(socket_, in handle_read_body()
Dposix_chat_client.cpp46 boost::asio::async_read(socket_, in handle_connect()
64 boost::asio::async_read(socket_, in handle_read_header()
99 boost::asio::async_read(socket_, in handle_write_output()
Dchat_server.cpp96 boost::asio::async_read(socket_, in start()
121 boost::asio::async_read(socket_, in handle_read_header()
137 boost::asio::async_read(socket_, in handle_read_body()
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dread.hpp281 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,
351 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dmod.rs200 mod async_read; module
201 pub use self::async_read::AsyncRead;
/aosp_15_r20/external/libfuse/lib/
H A Dhelper.c75 int async_read; member
101 CONN_OPTION("async_read", async_read, 1),
450 LL_ENABLE(opts->async_read, FUSE_CAP_ASYNC_READ); in fuse_apply_conn_info_opts()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/chat/
Dchat_client.cpp67 boost::asio::async_read(socket_, in do_read_header()
84 boost::asio::async_read(socket_, in do_read_body()
Dchat_server.cpp104 boost::asio::async_read(socket_, in do_read_header()
122 boost::asio::async_read(socket_, in do_read_body()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/client/
Dasync_client.cpp146 boost::asio::async_read(socket_, response_, in handle_read_headers()
165 boost::asio::async_read(socket_, response_, in handle_read_content()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/porthopper/
Dserver.cpp56 boost::asio::async_read(*socket, request->to_buffers(), in handle_accept()
113 boost::asio::async_read(*socket, request->to_buffers(), in handle_control_request_timer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasync_out.hpp77 boost::asio::async_read(*pipe, buf, in on_success()
136 boost::asio::async_read(*pipe_, *buffer_, in on_success()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dasync_out.hpp85 boost::asio::async_read(*pipe_, buf, in on_success()
136 boost::asio::async_read(*pipe_, *buffer_, in on_success()
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dclient_http.hpp653 …asio::async_read(*session->connection->socket, session->response->streambuf, asio::transfer_exactl… in read_content()
679 …asio::async_read(*session->connection->socket, session->response->streambuf, [this, session](const… in read_content()
747 …asio::async_read(*session->connection->socket, session->response->streambuf, asio::transfer_exactl… in read_chunked_transfer_encoded()
755 …asio::async_read(*session->connection->socket, *null_buffer, asio::transfer_exactly(2), [this, ses… in read_chunked_transfer_encoded()
774 …asio::async_read(*session->connection->socket, *null_buffer, asio::transfer_exactly(2 + chunk_size… in read_chunked_transfer_encoded()
H A Dserver_http.hpp602 …asio::async_read(*session->connection->socket, session->request->streambuf, asio::transfer_exactly… in read()
682 …asio::async_read(*session->connection->socket, session->request->streambuf, asio::transfer_exactly… in read_chunked_transfer_encoded()
690 …asio::async_read(*session->connection->socket, *null_buffer, asio::transfer_exactly(2), [this, ses… in read_chunked_transfer_encoded()
709 …asio::async_read(*session->connection->socket, *null_buffer, asio::transfer_exactly(2 + chunk_size… in read_chunked_transfer_encoded()

123