Home
last modified time | relevance | path

Searched refs:handle_read (Results 1 – 25 of 71) sorted by relevance

123

/third_party/boost/libs/asio/example/cpp03/http/server2/
Dconnection.cpp34 boost::bind(&connection::handle_read, shared_from_this(), in start()
39 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server2::connection
65 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dconnection.cpp34 boost::bind(&connection::handle_read, shared_from_this(), in start()
39 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server2::connection
65 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dconnection.cpp35 boost::bind(&connection::handle_read, shared_from_this(), in start()
40 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server3::connection
66 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dconnection.cpp35 boost::bind(&connection::handle_read, shared_from_this(), in start()
40 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server3::connection
66 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp34 boost::bind(&session::handle_read, this, in start()
40 void handle_read(const boost::system::error_code& error, in handle_read() function in session
61 boost::bind(&session::handle_read, this, in handle_write()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/
Dconnection.cpp36 boost::bind(&connection::handle_read, shared_from_this(), in start()
46 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server::connection
72 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/libs/asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp34 boost::bind(&session::handle_read, this, in start()
40 void handle_read(const boost::system::error_code& error, in handle_read() function in session
61 boost::bind(&session::handle_read, this, in handle_write()
/third_party/boost/libs/asio/example/cpp03/http/server/
Dconnection.cpp36 boost::bind(&connection::handle_read, shared_from_this(), in start()
46 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server::connection
72 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
/third_party/boost/doc/html/boost_asio/example/cpp03/local/
Dconnect_pair.cpp40 boost::bind(&uppercase_filter::handle_read, in start()
46 void handle_read(const boost::system::error_code& ec, std::size_t size) in handle_read() function in uppercase_filter
71 boost::bind(&uppercase_filter::handle_read, in handle_write()
Dstream_server.cpp40 boost::bind(&session::handle_read, in start()
46 void handle_read(const boost::system::error_code& error, in handle_read() function in session
64 boost::bind(&session::handle_read, in handle_write()
/third_party/boost/libs/asio/example/cpp03/local/
Dstream_server.cpp40 boost::bind(&session::handle_read, in start()
46 void handle_read(const boost::system::error_code& error, in handle_read() function in session
64 boost::bind(&session::handle_read, in handle_write()
Dconnect_pair.cpp40 boost::bind(&uppercase_filter::handle_read, in start()
46 void handle_read(const boost::system::error_code& ec, std::size_t size) in handle_read() function in uppercase_filter
71 boost::bind(&uppercase_filter::handle_read, in handle_write()
/third_party/boost/libs/asio/example/cpp03/ssl/
Dserver.cpp45 boost::bind(&session::handle_read, this, in handle_handshake()
55 void handle_read(const boost::system::error_code& error, in handle_read() function in session
76 boost::bind(&session::handle_read, this, in handle_write()
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dserver.cpp45 boost::bind(&session::handle_read, this, in handle_handshake()
55 void handle_read(const boost::system::error_code& error, in handle_read() function in session
76 boost::bind(&session::handle_read, this, in handle_write()
/third_party/boost/libs/asio/example/cpp03/allocation/
Dserver.cpp184 boost::bind(&session::handle_read, in start()
190 void handle_read(const boost::system::error_code& error, in handle_read() function in session
210 boost::bind(&session::handle_read, in handle_write()
/third_party/boost/doc/html/boost_asio/example/cpp03/allocation/
Dserver.cpp184 boost::bind(&session::handle_read, in start()
190 void handle_read(const boost::system::error_code& error, in handle_read() function in session
210 boost::bind(&session::handle_read, in handle_write()
/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/
Dclient.cpp51 boost::bind(&client::handle_read, this, in handle_connect()
64 void handle_read(const boost::system::error_code& e) in handle_read() function in s11n_example::client
/third_party/boost/libs/asio/example/cpp03/fork/
Dprocess_per_connection.cpp111 boost::bind(&server::handle_read, this, in start_read()
115 void handle_read(const boost::system::error_code& ec, std::size_t length) in handle_read() function in server
/third_party/boost/libs/asio/example/cpp03/serialization/
Dclient.cpp51 boost::bind(&client::handle_read, this, in handle_connect()
64 void handle_read(const boost::system::error_code& e) in handle_read() function in s11n_example::client
/third_party/boost/doc/html/boost_asio/example/cpp03/fork/
Dprocess_per_connection.cpp111 boost::bind(&server::handle_read, this, in start_read()
115 void handle_read(const boost::system::error_code& ec, std::size_t length) in handle_read() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/nonblocking/
Dthird_party_lib.cpp120 boost::bind(&connection::handle_read, in start_operations()
136 void handle_read(boost::system::error_code ec) in handle_read() function in connection
/third_party/boost/libs/asio/example/cpp11/timeouts/
Dasync_tcp_client.cpp195 std::bind(&client::handle_read, this, _1, _2)); in start_read()
198 void handle_read(const boost::system::error_code& error, std::size_t n) in handle_read() function in client
/third_party/boost/libs/asio/example/cpp03/nonblocking/
Dthird_party_lib.cpp120 boost::bind(&connection::handle_read, in start_operations()
136 void handle_read(boost::system::error_code ec) in handle_read() function in connection
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dasync_tcp_client.cpp194 boost::bind(&client::handle_read, this, in start_read()
198 void handle_read(const boost::system::error_code& ec, std::size_t n) in handle_read() function in client
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dasync_tcp_client.cpp194 boost::bind(&client::handle_read, this, in start_read()
198 void handle_read(const boost::system::error_code& ec, std::size_t n) in handle_read() function in client

123