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

FreeBSD Manual Pages

  
 
  

home | help
BSON_READER_NEW_FROM_DATA(3)	    libbson	  BSON_READER_NEW_FROM_DATA(3)

SYNOPSIS
	  bson_reader_t	*
	  bson_reader_new_from_data (const uint8_t *data, size_t length);

PARAMETERS
        data: A uint8_t.

        length: A size_t.

DESCRIPTION
       The   bson_reader_new_from_data()   function   shall   create   a   new
       bson_reader_t using the buffer supplied.	data is	not copied and MUST be
       valid for the lifetime of the resulting bson_reader_t.

RETURNS
       A newly allocated bson_reader_t.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025	  BSON_READER_NEW_FROM_DATA(3)

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

home | help