MONGOC_STREAM_READV(3) | libmongoc | MONGOC_STREAM_READV(3) |
ssize_t mongoc_stream_readv (mongoc_stream_t *stream, mongoc_iovec_t *iov, size_t iovcnt, size_t min_bytes, int32_t timeout_msec);
This function is identical to mongoc_stream_read() except that it takes a mongoc_iovec_t to perform gathered I/O.
WARNING:
>= 0 on success, -1 on failure and errno is set.
SEE ALSO:
mongoc_stream_read()
mongoc_stream_write()
mongoc_stream_writev()
MongoDB, Inc
2017-present, MongoDB, Inc
March 31, 2024 | 1.26.0 |