/third_party/boost/libs/asio/example/cpp03/tutorial/daytime6/ |
D | server.cpp | 42 boost::bind(&udp_server::handle_receive, this, in start_receive() 47 void handle_receive(const boost::system::error_code& error, in handle_receive() function in udp_server
|
/third_party/boost/libs/asio/example/cpp11/timeouts/ |
D | blocking_udp_client.cpp | 63 std::bind(&client::handle_receive, _1, _2, &error, &length)); in receive() 97 static void handle_receive( in handle_receive() function in client
|
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/ |
D | blocking_udp_client.cpp | 61 boost::bind(&client::handle_receive, in receive() 96 static void handle_receive( in handle_receive() function in client
|
/third_party/boost/libs/asio/example/cpp03/timeouts/ |
D | blocking_udp_client.cpp | 61 boost::bind(&client::handle_receive, in receive() 96 static void handle_receive( in handle_receive() function in client
|
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/ |
D | blocking_udp_client.cpp | 63 std::bind(&client::handle_receive, _1, _2, &error, &length)); in receive() 97 static void handle_receive( in handle_receive() function in client
|
/third_party/boost/doc/html/boost_asio/example/cpp03/fork/ |
D | daemon.cpp | 37 boost::bind(&udp_daytime_server::handle_receive, in start_receive() 41 void handle_receive(const boost::system::error_code& ec) in handle_receive() function in udp_daytime_server
|
/third_party/boost/libs/asio/example/cpp03/fork/ |
D | daemon.cpp | 37 boost::bind(&udp_daytime_server::handle_receive, in start_receive() 41 void handle_receive(const boost::system::error_code& ec) in handle_receive() function in udp_daytime_server
|
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime7/ |
D | server.cpp | 118 boost::bind(&udp_server::handle_receive, this, in start_receive() 122 void handle_receive(const boost::system::error_code& error) in handle_receive() function in udp_server
|
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/ |
D | ping.cpp | 82 boost::bind(&pinger::handle_receive, this, boost::placeholders::_2)); in start_receive() 85 void handle_receive(std::size_t length) in handle_receive() function in pinger
|
/third_party/boost/libs/asio/example/cpp03/icmp/ |
D | ping.cpp | 82 boost::bind(&pinger::handle_receive, this, boost::placeholders::_2)); in start_receive() 85 void handle_receive(std::size_t length) in handle_receive() function in pinger
|
/third_party/boost/libs/asio/doc/ |
D | tutorial.qbk | 1844 [link boost_asio.reference.io_context io_context] object will invoke the `handle_receive()` functio… 1849 ``''''''`` boost::bind(&udp_server::handle_receive, this, 1856 The function `handle_receive()` will service the client request. 1860 ``''''''`` void handle_receive(const boost::system::error_code& error, 1983 ``''''''`` boost::bind(&udp_server::handle_receive, this, 1988 ``''''''`` void handle_receive(const boost::system::error_code& error, 2183 ``''''''`` boost::bind(&udp_server::handle_receive, this, 2187 ``''''''`` void handle_receive(const boost::system::error_code& error) 2340 ``''''''`` boost::bind(&udp_server::handle_receive, this, 2344 ``''''''`` void handle_receive(const boost::system::error_code& error)
|
/third_party/boost/libs/asio/example/cpp03/tutorial/ |
D | daytime_dox.txt | 384 <tt>handle_receive()</tt> function with two arguments: a value of type 391 The function <tt>handle_receive()</tt> will service the client request.
|