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

FreeBSD Manual Pages

  
 
  

home | help
BSON_ITER_DBPOINTER(3)		    libbson		BSON_ITER_DBPOINTER(3)

SYNOPSIS
	  void
	  bson_iter_dbpointer (const bson_iter_t *iter,
			       uint32_t	*collection_len,
			       const char **collection,
			       const bson_oid_t	**oid);

PARAMETERS
        iter: A bson_iter_t.

        collection_len: A location for	the length of the collection name.

        collection: A location	for the	collection name..

        oid: A	location for a bson_oid_t.

DESCRIPTION
       Fetches the contents of a BSON_TYPE_DBPOINTER element.

       WARNING:
	  The  BSON_TYPE_DBPOINTER  field  type	is deprecated by the BSON spec
	  and should not be used in new	code.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025		BSON_ITER_DBPOINTER(3)

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

home | help