HomeSort by relevance Sort by last modified time
    Searched full:async_connect (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/impl/
connect.hpp 221 socket_.async_connect(*iter_,
320 async_connect(basic_socket<Protocol, SocketService>& s, function in namespace:asio
345 async_connect(basic_socket<Protocol, SocketService>& s, function in namespace:asio
371 async_connect(basic_socket<Protocol, SocketService>& s, function in namespace:asio
397 async_connect(basic_socket<Protocol, SocketService>& s, function in namespace:asio
  /external/parameter-framework/asio-1.10.6/include/asio/
connect.hpp 442 * @defgroup async_connect asio::async_connect
453 * endpoints. It does this by repeated calls to the socket's @c async_connect
501 * asio::async_connect(s, i, connect_handler);
518 async_connect(basic_socket<Protocol, SocketService>& s,
525 * endpoints. It does this by repeated calls to the socket's @c async_connect
572 * asio::async_connect(s, i, end, connect_handler);
589 async_connect(basic_socket<Protocol, SocketService>& s,
597 * endpoints. It does this by repeated calls to the socket's @c async_connect
673 * asio::async_connect(s, i
    [all...]
stream_socket_service.hpp 186 async_connect(implementation_type& impl, function in class:asio::stream_socket_service
194 service_impl_.async_connect(impl, peer_endpoint, init.handler);
basic_socket.hpp 724 * socket.async_connect(endpoint, connect_handler);
730 async_connect(const endpoint_type& peer_endpoint, function in class:asio::basic_socket
757 return this->get_service().async_connect(this->get_implementation(),
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 425 void async_connect(implementation_type& impl, function in class:asio::detail::reactive_socket_service
438 ASIO_HANDLER_CREATION((p.p, "socket", &impl, "async_connect"));

Completed in 553 milliseconds