HomeSort by relevance Sort by last modified time
    Searched refs:io_control (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
io_control.hpp 2 // detail/io_control.hpp
23 namespace io_control { namespace in namespace:asio::detail
125 } // namespace io_control
reactive_socket_service_base.hpp 124 asio::error_code io_control(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 16 #include "asio/detail/io_control.hpp"
394 * socket.io_control(command);
400 typedef asio::detail::io_control::non_blocking_io non_blocking_io;
412 * socket.io_control(command);
419 typedef asio::detail::io_control::bytes_readable bytes_readable;
basic_socket.hpp 959 * socket.io_control(command);
964 void io_control(IoControlCommand& command) function in class:asio::basic_socket
967 this->get_service().io_control(this->get_implementation(), command, ec);
968 asio::detail::throw_error(ec, "io_control");
990 * socket.io_control(command, ec);
999 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket
    [all...]
basic_socket_acceptor.hpp 686 * socket.io_control(command);
690 void io_control(IoControlCommand& command) function in class:asio::basic_socket_acceptor
693 this->get_service().io_control(this->get_implementation(), command, ec);
694 asio::detail::throw_error(ec, "io_control");
715 * socket.io_control(command, ec);
723 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket_acceptor
726 return this->get_service().io_control(
    [all...]
socket_acceptor_service.hpp 182 asio::error_code io_control(implementation_type& impl, function in class:asio::socket_acceptor_service
185 return service_impl_.io_control(impl, command, ec);
stream_socket_service.hpp 217 asio::error_code io_control(implementation_type& impl, function in class:asio::stream_socket_service
220 return service_impl_.io_control(impl, command, ec);

Completed in 81 milliseconds