MONGOC_STREAM_READV(3) | libmongoc | MONGOC_STREAM_READV(3) |
mongoc_stream_readv - mongoc_stream_readv()
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.
>= 0 on success, -1 on failure and errno is set.
mongoc_stream_read()
mongoc_stream_write()
mongoc_stream_writev()
MongoDB, Inc
2017-present, MongoDB, Inc
June 4, 2021 | 1.17.6 |