mongoc_stream_readv
mongoc_stream_readv()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
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.
SEE ALSO:
mongoc_stream_read()
mongoc_stream_write()
mongoc_stream_writev()
MongoDB, Inc
2017-present, MongoDB, Inc