Searched refs:io_control (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 400 typedef asio::detail::io_control::non_blocking_io non_blocking_io; 419 typedef asio::detail::io_control::bytes_readable bytes_readable;
|
D | basic_socket_acceptor.hpp | 690 void io_control(IoControlCommand& command) in io_control() function in asio::basic_socket_acceptor 693 this->get_service().io_control(this->get_implementation(), command, ec); in io_control() 723 asio::error_code io_control(IoControlCommand& command, in io_control() function in asio::basic_socket_acceptor 726 return this->get_service().io_control( in io_control()
|
D | basic_socket.hpp | 964 void io_control(IoControlCommand& command) in io_control() function in asio::basic_socket 967 this->get_service().io_control(this->get_implementation(), command, ec); in io_control() 999 asio::error_code io_control(IoControlCommand& command, in io_control() function in asio::basic_socket 1002 return this->get_service().io_control( in io_control()
|
D | socket_acceptor_service.hpp | 182 asio::error_code io_control(implementation_type& impl, in io_control() function in asio::socket_acceptor_service 185 return service_impl_.io_control(impl, command, ec); in io_control()
|
D | stream_socket_service.hpp | 217 asio::error_code io_control(implementation_type& impl, in io_control() function in asio::stream_socket_service 220 return service_impl_.io_control(impl, command, ec); in io_control()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | io_control.hpp | 23 namespace io_control { namespace
|
D | reactive_socket_service_base.hpp | 124 asio::error_code io_control(base_implementation_type& impl, in io_control() function in asio::detail::reactive_socket_service_base
|