Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_STREAM_BUFFERED_NEW(3)	    libmongoc	   MONGOC_STREAM_BUFFERED_NEW(3)

SYNOPSIS
	mongoc_stream_t *
	mongoc_stream_buffered_new (mongoc_stream_t *base_stream,
				size_t buffer_size);

PARAMETERS
     * base_stream: A mongoc_stream_t to buffer.

     * buffer_size: A size_t containing the desired buffer size.

     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.

RETURNS
     A newly allocated mongoc_stream_buffered_t on success, otherwise NULL. This
     should be freed with mongoc_stream_destroy() when no longer in use.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	   MONGOC_STREAM_BUFFERED_NEW(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_stream_buffered_new&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help