mongoc_stream_writev
mongoc_stream_writev()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_stream_writev()
ssize_t
mongoc_stream_writev (mongoc_stream_t *stream,
mongoc_iovec_t *iov,
size_t iovcnt,
int32_t timeout_msec);
The mongoc_stream_writev() function shall perform a write to a mongoc_stream_t. It's modeled on the API and semantics of writev(), though the parameters map only loosely.
The number of bytes written on success, or -1 upon failure and errno is set.
MongoDB, Inc
2017-present, MongoDB, Inc