/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/ |
D | server.cpp | 60 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/ |
D | reference_counted.cpp | 85 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/ |
D | server.cpp | 60 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/ |
D | reference_counted.cpp | 85 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/ |
D | stream_server.cpp | 90 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/ |
D | stream_server.cpp | 90 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/ |
D | server.cpp | 57 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/ |
D | server.cpp | 63 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/ |
D | server.cpp | 57 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/ |
D | server.cpp | 63 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/ |
D | server.cpp | 239 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/ |
D | server.cpp | 41 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/ |
D | server.cpp | 239 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/ |
D | server.cpp | 41 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/ |
D | server.cpp | 86 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/ |
D | server.cpp | 70 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/ |
D | server.cpp | 70 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/ |
D | async_tcp_echo_server.cpp | 91 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/ |
D | async_tcp_echo_server.cpp | 91 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/ |
D | process_per_connection.cpp | 61 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/ |
D | process_per_connection.cpp | 61 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/ |
D | server.cpp | 85 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/ |
D | server.cpp | 122 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/ |
D | transmit_file.cpp | 131 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/ |
D | transmit_file.cpp | 131 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
|