Home
last modified time | relevance | path

Searched refs:async_connect (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dconnect.hpp518 async_connect(basic_socket<Protocol, SocketService>& s,
589 async_connect(basic_socket<Protocol, SocketService>& s,
699 async_connect(basic_socket<Protocol, SocketService>& s, Iterator begin,
808 async_connect(basic_socket<Protocol, SocketService>& s,
Dstream_socket_service.hpp186 async_connect(implementation_type& impl, in ASIO_INITFN_RESULT_TYPE()
194 service_impl_.async_connect(impl, peer_endpoint, init.handler); in ASIO_INITFN_RESULT_TYPE()
Dbasic_socket.hpp730 async_connect(const endpoint_type& peer_endpoint, in ASIO_INITFN_RESULT_TYPE()
757 return this->get_service().async_connect(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dconnect.hpp221 socket_.async_connect(*iter_, in operator ()()
320 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE()
345 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE()
371 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE()
397 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp425 void async_connect(implementation_type& impl, in async_connect() function in asio::detail::reactive_socket_service