| MONGOC_STREAM_WRITEV(3) | libmongoc | MONGOC_STREAM_WRITEV(3) |
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.
WARNING:
The number of bytes written on success, or -1 upon failure and errno is set.
MongoDB, Inc
2017-present, MongoDB, Inc
| March 31, 2024 | 1.26.0 |