Home
last modified time | relevance | path

Searched refs:handle_accept (Results 1 – 25 of 53) sorted by relevance

123

/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/
Dserver.cpp60 boost::bind(&server::handle_accept, this, in server()
65 void handle_accept(const boost::system::error_code& e, connection_ptr conn) in handle_accept() function in s11n_example::server
80 boost::bind(&server::handle_accept, this, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/buffers/
Dreference_counted.cpp85 boost::bind(&server::handle_accept, this, new_session, in server()
89 void handle_accept(session_ptr new_session, in handle_accept() function in server
99 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/serialization/
Dserver.cpp60 boost::bind(&server::handle_accept, this, in server()
65 void handle_accept(const boost::system::error_code& e, connection_ptr conn) in handle_accept() function in s11n_example::server
80 boost::bind(&server::handle_accept, this, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/buffers/
Dreference_counted.cpp85 boost::bind(&server::handle_accept, this, new_session, in server()
89 void handle_accept(session_ptr new_session, in handle_accept() function in server
99 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/local/
Dstream_server.cpp90 boost::bind(&server::handle_accept, this, new_session, in server()
94 void handle_accept(session_ptr new_session, in handle_accept() function in server
104 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/local/
Dstream_server.cpp90 boost::bind(&server::handle_accept, this, new_session, in server()
94 void handle_accept(session_ptr new_session, in handle_accept() function in server
104 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dserver.cpp57 boost::bind(&server::handle_accept, this, in start_accept()
61 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server2::server
/third_party/boost/libs/asio/example/cpp03/http/server/
Dserver.cpp63 boost::bind(&server::handle_accept, this, in start_accept()
67 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server::server
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dserver.cpp57 boost::bind(&server::handle_accept, this, in start_accept()
61 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server2::server
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/
Dserver.cpp63 boost::bind(&server::handle_accept, this, in start_accept()
67 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server::server
/third_party/boost/doc/html/boost_asio/example/cpp03/allocation/
Dserver.cpp239 boost::bind(&server::handle_accept, this, new_session, in server()
243 void handle_accept(session_ptr new_session, in handle_accept() function in server
253 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/porthopper/
Dserver.cpp41 boost::bind(&server::handle_accept, this, in server()
50 void handle_accept(const boost::system::error_code& ec, tcp_socket_ptr socket) in handle_accept() function in server
64 boost::bind(&server::handle_accept, this, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/allocation/
Dserver.cpp239 boost::bind(&server::handle_accept, this, new_session, in server()
243 void handle_accept(session_ptr new_session, in handle_accept() function in server
253 boost::bind(&server::handle_accept, this, new_session, in handle_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/
Dserver.cpp41 boost::bind(&server::handle_accept, this, in server()
50 void handle_accept(const boost::system::error_code& ec, tcp_socket_ptr socket) in handle_accept() function in server
64 boost::bind(&server::handle_accept, this, in handle_accept()
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime3/
Dserver.cpp86 boost::bind(&tcp_server::handle_accept, this, new_connection, in start_accept()
90 void handle_accept(tcp_connection::pointer new_connection, in handle_accept() function in tcp_server
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dserver.cpp70 boost::bind(&server::handle_accept, this, in start_accept()
74 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server3::server
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dserver.cpp70 boost::bind(&server::handle_accept, this, in start_accept()
74 void server::handle_accept(const boost::system::error_code& e) in handle_accept() function in http::server3::server
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp91 boost::bind(&server::handle_accept, this, new_session, in start_accept()
95 void handle_accept(session* new_session, in handle_accept() function in server
/third_party/boost/libs/asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp91 boost::bind(&server::handle_accept, this, new_session, in start_accept()
95 void handle_accept(session* new_session, in handle_accept() function in server
/third_party/boost/libs/asio/example/cpp03/fork/
Dprocess_per_connection.cpp61 boost::bind(&server::handle_accept, this, boost::placeholders::_1)); in start_accept()
64 void handle_accept(const boost::system::error_code& ec) in handle_accept() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/fork/
Dprocess_per_connection.cpp61 boost::bind(&server::handle_accept, this, boost::placeholders::_1)); in start_accept()
64 void handle_accept(const boost::system::error_code& ec) in handle_accept() function in server
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime7/
Dserver.cpp85 boost::bind(&tcp_server::handle_accept, this, new_connection, in start_accept()
89 void handle_accept(tcp_connection::pointer new_connection, in handle_accept() function in tcp_server
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dserver.cpp122 boost::bind(&server::handle_accept, this, new_session, in start_accept()
126 void handle_accept(session* new_session, in handle_accept() function in server
/third_party/boost/doc/html/boost_asio/example/cpp03/windows/
Dtransmit_file.cpp131 boost::bind(&server::handle_accept, this, new_connection, in start_accept()
135 void handle_accept(connection::pointer new_connection, in handle_accept() function in server
/third_party/boost/libs/asio/example/cpp03/windows/
Dtransmit_file.cpp131 boost::bind(&server::handle_accept, this, new_connection, in start_accept()
135 void handle_accept(connection::pointer new_connection, in handle_accept() function in server

123