Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp182 size_t send(base_implementation_type& impl, const null_buffers&, in send() argument
219 void async_send(base_implementation_type& impl, const null_buffers&, in async_send() argument
253 size_t receive(base_implementation_type& impl, const null_buffers&, in receive() argument
294 void async_receive(base_implementation_type& impl, const null_buffers&, in async_receive() argument
334 const null_buffers&, socket_base::message_flags, in receive_with_flags() argument
378 const null_buffers&, socket_base::message_flags in_flags, in async_receive_with_flags() argument
Dconsuming_buffers.hpp264 class consuming_buffers<Buffer, asio::null_buffers>
265 : public asio::null_buffers
268 consuming_buffers(const asio::null_buffers&) in consuming_buffers() argument
Dreactive_socket_service.hpp209 size_t send_to(implementation_type& impl, const null_buffers&, in send_to() argument
246 void async_send_to(implementation_type& impl, const null_buffers&, in async_send_to() argument
289 size_t receive_from(implementation_type& impl, const null_buffers&, in receive_from() argument
336 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument
/external/curl/docs/examples/
Dasiohiper.cpp217 tcp_socket->async_read_some(boost::asio::null_buffers(), in event_cb()
222 tcp_socket->async_write_some(boost::asio::null_buffers(), in event_cb()
275 tcp_socket->async_read_some(boost::asio::null_buffers(), in setsock()
283 tcp_socket->async_write_some(boost::asio::null_buffers(), in setsock()
291 tcp_socket->async_read_some(boost::asio::null_buffers(), in setsock()
296 tcp_socket->async_write_some(boost::asio::null_buffers(), in setsock()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp255 class null_buffers class