Home
last modified time | relevance | path

Searched refs:handle_write (Results 1 – 25 of 65) sorted by relevance

123

/third_party/boost/libs/asio/example/cpp03/http/server2/
Dconnection.cpp52 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
59 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
77 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server2::connection
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dconnection.cpp52 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
59 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
77 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server2::connection
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dconnection.cpp53 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
60 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
78 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server3::connection
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dconnection.cpp53 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
60 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
78 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server3::connection
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/
Dconnection.cpp59 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
66 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
83 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server::connection
/third_party/boost/libs/asio/example/cpp03/http/server/
Dconnection.cpp59 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
66 boost::bind(&connection::handle_write, shared_from_this(), in handle_read()
83 void connection::handle_write(const boost::system::error_code& e) in handle_write() function in http::server::connection
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_client.cpp102 boost::bind(&chat_client::handle_write, this, in do_write()
107 void handle_write(const boost::system::error_code& error) in handle_write() function in chat_client
117 boost::bind(&chat_client::handle_write, this, in handle_write()
Dposix_chat_client.cpp122 boost::bind(&posix_chat_client::handle_write, this, in handle_read_input()
133 boost::bind(&posix_chat_client::handle_write, this, in handle_read_input()
142 void handle_write(const boost::system::error_code& error) in handle_write() function in posix_chat_client
Dchat_server.cpp112 boost::bind(&chat_session::handle_write, shared_from_this(), in deliver()
148 void handle_write(const boost::system::error_code& error) in handle_write() function in chat_session
158 boost::bind(&chat_session::handle_write, shared_from_this(), in handle_write()
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_client.cpp102 boost::bind(&chat_client::handle_write, this, in do_write()
107 void handle_write(const boost::system::error_code& error) in handle_write() function in chat_client
117 boost::bind(&chat_client::handle_write, this, in handle_write()
Dposix_chat_client.cpp122 boost::bind(&posix_chat_client::handle_write, this, in handle_read_input()
133 boost::bind(&posix_chat_client::handle_write, this, in handle_read_input()
142 void handle_write(const boost::system::error_code& error) in handle_write() function in posix_chat_client
Dchat_server.cpp112 boost::bind(&chat_session::handle_write, shared_from_this(), in deliver()
148 void handle_write(const boost::system::error_code& error) in handle_write() function in chat_session
158 boost::bind(&chat_session::handle_write, shared_from_this(), in handle_write()
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime3/
Dserver.cpp49 boost::bind(&tcp_connection::handle_write, shared_from_this(), in start()
60 void handle_write(const boost::system::error_code& /*error*/, in handle_write() function in tcp_connection
/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/
Dserver.cpp73 boost::bind(&server::handle_write, this, in handle_accept()
85 void handle_write(const boost::system::error_code& e, connection_ptr conn) in handle_write() function in s11n_example::server
/third_party/boost/libs/asio/example/cpp03/buffers/
Dreference_counted.cpp62 boost::bind(&session::handle_write, shared_from_this())); in start()
65 void handle_write() in handle_write() function in session
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp47 boost::bind(&session::handle_write, this, in handle_read()
56 void handle_write(const boost::system::error_code& error) in handle_write() function in session
/third_party/boost/libs/asio/example/cpp03/serialization/
Dserver.cpp73 boost::bind(&server::handle_write, this, in handle_accept()
85 void handle_write(const boost::system::error_code& e, connection_ptr conn) in handle_write() function in s11n_example::server
/third_party/boost/doc/html/boost_asio/example/cpp03/buffers/
Dreference_counted.cpp62 boost::bind(&session::handle_write, shared_from_this())); in start()
65 void handle_write() in handle_write() function in session
/third_party/boost/libs/asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp47 boost::bind(&session::handle_write, this, in handle_read()
56 void handle_write(const boost::system::error_code& error) in handle_write() function in session
/third_party/boost/libs/asio/example/cpp03/fork/
Dprocess_per_connection.cpp124 boost::bind(&server::handle_write, this, boost::placeholders::_1)); in start_write()
127 void handle_write(const boost::system::error_code& ec) in handle_write() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/fork/
Dprocess_per_connection.cpp124 boost::bind(&server::handle_write, this, boost::placeholders::_1)); in start_write()
127 void handle_write(const boost::system::error_code& ec) in handle_write() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/local/
Dconnect_pair.cpp56 boost::bind(&uppercase_filter::handle_write, in handle_read()
65 void handle_write(const boost::system::error_code& ec) in handle_write() function in uppercase_filter
Dstream_server.cpp53 boost::bind(&session::handle_write, in handle_read()
59 void handle_write(const boost::system::error_code& error) in handle_write() function in session
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime7/
Dserver.cpp51 boost::bind(&tcp_connection::handle_write, shared_from_this())); in start()
60 void handle_write() in handle_write() function in tcp_connection
/third_party/boost/libs/asio/example/cpp03/local/
Dstream_server.cpp53 boost::bind(&session::handle_write, in handle_read()
59 void handle_write(const boost::system::error_code& error) in handle_write() function in session

123