Home | History | Annotate | Download | only in asio

Lines Matching full:buffers

38  * @li The supplied buffers are full. That is, the bytes transferred is equal to
49 * @param buffers One or more buffers into which the data will be read. The sum
61 * buffers in one go, and how to use it with arrays, boost::array or
66 * s, buffers,
70 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers);
77 * @li The supplied buffers are full. That is, the bytes transferred is equal to
88 * @param buffers One or more buffers into which the data will be read. The sum
100 * buffers in one go, and how to use it with arrays, boost::array or
105 * s, buffers,
109 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers,
117 * @li The supplied buffers are full. That is, the bytes transferred is equal to
128 * @param buffers One or more buffers into which the data will be read. The sum
155 * buffers in one go, and how to use it with arrays, boost::array or
160 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers,
168 * @li The supplied buffers are full. That is, the bytes transferred is equal to
179 * @param buffers One or more buffers into which the data will be read. The sum
204 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers,
225 * @li The supplied buffers are full. That is, the bytes transferred is equal to
239 * @param buffers One or more buffers into which the data will be read. The sum
241 * stream. Although the buffers object may be copied as necessary, ownership of
252 * // buffers. If an error occurred,
268 * buffers in one go, and how to use it with arrays, boost::array or
273 * s, buffers,
281 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,
292 * @li The supplied buffers are full. That is, the bytes transferred is equal to
300 * @param buffers One or more buffers into which the data will be read. The sum
302 * stream. Although the buffers object may be copied as necessary, ownership of
327 * // buffers. If an error occurred,
344 * buffers in one go, and how to use it with arrays, boost::array or
351 async_read(AsyncReadStream& s, const MutableBufferSequence& buffers,