/third_party/boost/libs/asio/example/cpp03/http/server2/ |
D | connection.cpp | 34 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/ |
D | connection.cpp | 34 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/ |
D | connection.cpp | 35 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/ |
D | connection.cpp | 35 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/ |
D | async_tcp_echo_server.cpp | 34 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/ |
D | connection.cpp | 36 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/ |
D | async_tcp_echo_server.cpp | 34 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/ |
D | connection.cpp | 36 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/ |
D | connect_pair.cpp | 40 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()
|
D | stream_server.cpp | 40 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/ |
D | stream_server.cpp | 40 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()
|
D | connect_pair.cpp | 40 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/ |
D | server.cpp | 45 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/ |
D | server.cpp | 45 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/ |
D | server.cpp | 184 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/ |
D | server.cpp | 184 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/ |
D | client.cpp | 51 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/ |
D | process_per_connection.cpp | 111 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/ |
D | client.cpp | 51 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/ |
D | process_per_connection.cpp | 111 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/ |
D | third_party_lib.cpp | 120 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/ |
D | async_tcp_client.cpp | 195 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/ |
D | third_party_lib.cpp | 120 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/ |
D | async_tcp_client.cpp | 194 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/ |
D | async_tcp_client.cpp | 194 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
|