Home
last modified time | relevance | path

Searched refs:handle_receive (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/asio/example/cpp03/tutorial/daytime6/
Dserver.cpp42 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/
Dblocking_udp_client.cpp63 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/
Dblocking_udp_client.cpp61 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/
Dblocking_udp_client.cpp61 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/
Dblocking_udp_client.cpp63 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/
Ddaemon.cpp37 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/
Ddaemon.cpp37 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/
Dserver.cpp118 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/
Dping.cpp82 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/
Dping.cpp82 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/
Dtutorial.qbk1844 [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/
Ddaytime_dox.txt384 <tt>handle_receive()</tt> function with two arguments: a value of type
391 The function <tt>handle_receive()</tt> will service the client request.