table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
BSON_NEW_FROM_DATA(3) | libbson | BSON_NEW_FROM_DATA(3) |
SYNOPSIS¶
bson_t * bson_new_from_data (const uint8_t *data, size_t length);
PARAMETERS¶
- data: A BSON encoded document buffer.
- length: The length of data in bytes.
DESCRIPTION¶
The bson_new_from_data() function shall create a new bson_t on the heap and copy the contents of data. This may be helpful when working with language bindings but is generally expected to be slower.
RETURNS¶
A newly allocated bson_t if successful, otherwise NULL.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |