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

  
 
  

home | help
BSON_READER_RESET(3)		     libbson		    BSON_READER_RESET(3)

SYNOPSIS
	void
	bson_reader_reset (bson_reader_t *reader);

PARAMETERS
     * reader: A bson_reader_t.

DESCRIPTION
     Seeks  to	the  beginning of the underlying buffer. Valid only for a reader
     created from a buffer with  bson_reader_new_from_data(),  not  one  created
     from a file, file descriptor, or handle.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		    BSON_READER_RESET(3)

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

home | help