mongoc_stream_buffered_new
mongoc_stream_buffered_new()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_stream_buffered_new()
mongoc_stream_t *
mongoc_stream_buffered_new (mongoc_stream_t *base_stream,
size_t buffer_size) BSON_GNUC_WARN_UNUSED_RESULT;
This function shall create a new mongoc_stream_t that buffers bytes to and from the underlying base_stream.
buffer_size will be used as the initial buffer size. It may grow past this size.
A newly allocated mongoc_stream_buffered_t on success, otherwise NULL. This should be freed with mongoc_stream_destroy() when no longer in use.
MongoDB, Inc
2017-present, MongoDB, Inc