MONGOC_STREAM_WRITEV(3) | MongoDB C Driver | MONGOC_STREAM_WRITEV(3) |
mongoc_stream_writev - 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
February 23, 2019 | 1.14.0 |