Home
last modified time | relevance | path

Searched refs:async_send (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp345 async_send(const ConstBufferSequence& buffers, in ASIO_INITFN_RESULT_TYPE()
352 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
397 async_send(const ConstBufferSequence& buffers, in ASIO_INITFN_RESULT_TYPE()
405 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
725 return this->get_service().async_send(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
Dstream_socket_service.hpp283 async_send(implementation_type& impl, in ASIO_INITFN_RESULT_TYPE()
292 service_impl_.async_send(impl, buffers, flags, init.handler); in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp194 void async_send(base_implementation_type& impl, in async_send() function in asio::detail::reactive_socket_service_base
219 void async_send(base_implementation_type& impl, const null_buffers&, in async_send() function in asio::detail::reactive_socket_service_base