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

  /external/parameter-framework/asio-1.10.6/include/asio/impl/
read.hpp 133 stream_.async_read_some(buffers_,
207 stream_.async_read_some(
290 stream_.async_read_some(bufs, ASIO_MOVE_CAST(read_op)(*this));
372 stream_.async_read_some(bufs, ASIO_MOVE_CAST(read_op)(*this));
  /external/parameter-framework/asio-1.10.6/include/asio/
read.hpp 231 * async_read_some function, and is known as a <em>composed operation</em>. The
233 * as async_read, the stream's async_read_some function, or any other composed
310 * // Result of latest async_read_some operation.
318 * call to the stream's async_read_some function.
basic_stream_socket.hpp 831 async_read_some(const MutableBufferSequence& buffers, function in class:asio::basic_stream_socket
    [all...]
  /external/curl/docs/examples/
asiohiper.cpp 245 tcp_socket->async_read_some(boost::asio::null_buffers(),
259 tcp_socket->async_read_some(boost::asio::null_buffers(),

Completed in 371 milliseconds