Home
last modified time | relevance | path

Searched defs:async_read (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/asio/test/
Dis_read_buffered.cpp86 void async_read(const Mutable_Buffers&, Handler handler) in async_read() function in test_stream
Dis_write_buffered.cpp86 void async_read(const Mutable_Buffers&, Handler handler) in async_read() function in test_stream
/third_party/boost/libs/asio/test/latency/
Dtcp_server.cpp43 yield boost::asio::async_read(socket_, in operator ()() member in tcp_server::operator ()::boost::asio
/third_party/boost/libs/beast/include/boost/beast/core/detail/impl/
Dread.hpp220 async_read( in async_read() function
/third_party/boost/boost/beast/core/detail/impl/
Dread.hpp220 async_read( in async_read() function
/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/
Dconnection.hpp83 void async_read(T& t, Handler handler) in async_read() function in s11n_example::connection
/third_party/boost/libs/asio/example/cpp03/serialization/
Dconnection.hpp83 void async_read(T& t, Handler handler) in async_read() function in s11n_example::connection
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_common.h132 unsigned async_read; member
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dread.hpp593 async_read( in async_read() function
685 async_read( in async_read() function
/third_party/boost/boost/beast/http/impl/
Dread.hpp593 async_read( in async_read() function
685 async_read( in async_read() function
/third_party/openssl/test/
Dasynciotest.c89 static int async_read(BIO *bio, char *out, int outl) in async_read() function
/third_party/boost/libs/beast/example/http/server/stackless-ssl/
Dhttp_server_stackless_ssl.cpp356 yield http::async_read(stream_, buffer_, req_, in loop() member in session::loop::http
/third_party/boost/libs/beast/example/http/server/stackless/
Dhttp_server_stackless.cpp315 yield http::async_read(stream_, buffer_, req_, in loop() member in session::loop::http
/third_party/ffmpeg/libavformat/
Dasync.c377 static int async_read(URLContext *h, unsigned char *buf, int size) in async_read() function
/third_party/boost/libs/beast/test/beast/core/
Dasync_base.cpp649 async_read(AsyncReadStream& stream, net::mutable_buffer buffer, ReadHandler&& handler) in async_read() function in boost::beast::async_base_test