Home
last modified time | relevance | path

Searched refs:to_buffers (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/
Dclient.cpp59 boost::asio::write(control_socket, start.to_buffers()); in main()
69 data_socket->receive(f.to_buffers(), 0); in main()
93 boost::asio::async_write(control_socket, change.to_buffers(), in main()
105 new_data_socket->async_receive(f1.to_buffers(), in main()
135 data_socket->async_receive(f2.to_buffers(), 0, in main()
Dserver.cpp56 boost::asio::async_read(*socket, request->to_buffers(), in handle_accept()
113 boost::asio::async_read(*socket, request->to_buffers(), in handle_control_request_timer()
139 udp_socket_.send_to(f.to_buffers(), *j, 0, ec); in handle_timer()
Dprotocol.hpp72 boost::array<boost::asio::mutable_buffer, 1> to_buffers() in to_buffers() function in control_request
137 boost::array<boost::asio::mutable_buffer, 1> to_buffers() in to_buffers() function in frame
/third_party/boost/libs/asio/example/cpp03/porthopper/
Dclient.cpp59 boost::asio::write(control_socket, start.to_buffers()); in main()
69 data_socket->receive(f.to_buffers(), 0); in main()
93 boost::asio::async_write(control_socket, change.to_buffers(), in main()
105 new_data_socket->async_receive(f1.to_buffers(), in main()
135 data_socket->async_receive(f2.to_buffers(), 0, in main()
Dserver.cpp56 boost::asio::async_read(*socket, request->to_buffers(), in handle_accept()
113 boost::asio::async_read(*socket, request->to_buffers(), in handle_control_request_timer()
139 udp_socket_.send_to(f.to_buffers(), *j, 0, ec); in handle_timer()
Dprotocol.hpp72 boost::array<boost::asio::mutable_buffer, 1> to_buffers() in to_buffers() function in control_request
137 boost::array<boost::asio::mutable_buffer, 1> to_buffers() in to_buffers() function in frame
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dconnection.cpp51 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
Dreply.hpp55 std::vector<boost::asio::const_buffer> to_buffers();
Dreply.cpp103 std::vector<boost::asio::const_buffer> reply::to_buffers() in to_buffers() function in http::server2::reply
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dconnection.cpp51 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dconnection.cpp52 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
59 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dconnection.cpp52 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
59 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
Dreply.hpp55 std::vector<boost::asio::const_buffer> to_buffers();
Dreply.cpp103 std::vector<boost::asio::const_buffer> reply::to_buffers() in to_buffers() function in http::server3::reply
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server/
Dconnection.cpp58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
65 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/third_party/boost/libs/asio/example/cpp03/http/server/
Dconnection.cpp58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
65 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
Dreply.hpp55 std::vector<boost::asio::const_buffer> to_buffers();
Dreply.cpp103 std::vector<boost::asio::const_buffer> reply::to_buffers() in to_buffers() function in http::server::reply
/third_party/boost/libs/asio/example/cpp11/http/server/
Dreply.hpp55 std::vector<boost::asio::const_buffer> to_buffers();
Dconnection.cpp75 boost::asio::async_write(socket_, reply_.to_buffers(), in do_write()
Dreply.cpp102 std::vector<boost::asio::const_buffer> reply::to_buffers() in to_buffers() function in http::server::reply
/third_party/boost/libs/asio/example/cpp03/http/server4/
Dreply.hpp55 std::vector<boost::asio::const_buffer> to_buffers();
Dserver.cpp105 yield boost::asio::async_write(*socket_, reply_->to_buffers(), *this); in operator ()()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server4/
Dserver.cpp105 yield boost::asio::async_write(*socket_, reply_->to_buffers(), *this); in operator ()()
/third_party/boost/doc/html/boost_asio/example/cpp11/http/server/
Dconnection.cpp75 boost::asio::async_write(socket_, reply_.to_buffers(), in do_write()

12