Searched refs:null_buffers (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service_base.hpp | 182 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
|
D | consuming_buffers.hpp | 264 class consuming_buffers<Buffer, asio::null_buffers> 265 : public asio::null_buffers 268 consuming_buffers(const asio::null_buffers&) in consuming_buffers() argument
|
D | reactive_socket_service.hpp | 209 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/ |
D | asiohiper.cpp | 207 tcp_socket->async_read_some(boost::asio::null_buffers(), in event_cb() 212 tcp_socket->async_write_some(boost::asio::null_buffers(), in event_cb() 265 tcp_socket->async_read_some(boost::asio::null_buffers(), in setsock() 273 tcp_socket->async_write_some(boost::asio::null_buffers(), in setsock() 281 tcp_socket->async_read_some(boost::asio::null_buffers(), in setsock() 286 tcp_socket->async_write_some(boost::asio::null_buffers(), in setsock()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 255 class null_buffers class
|