Home
last modified time | relevance | path

Searched refs:io_control (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp400 typedef asio::detail::io_control::non_blocking_io non_blocking_io;
419 typedef asio::detail::io_control::bytes_readable bytes_readable;
Dbasic_socket.hpp964 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()
Dbasic_socket_acceptor.hpp690 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()
Dsocket_acceptor_service.hpp182 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()
Dstream_socket_service.hpp217 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/
Dio_control.hpp23 namespace io_control { namespace
Dreactive_socket_service_base.hpp124 asio::error_code io_control(base_implementation_type& impl, in io_control() function in asio::detail::reactive_socket_service_base