Searched refs:async_send (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_stream_socket.hpp | 345 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()
|
D | stream_socket_service.hpp | 283 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/ |
D | reactive_socket_service_base.hpp | 194 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
|