| 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
2009-present, MongoDB, Inc.
| May 7, 2025 | 1.30.4 |