bson_reinit - Man Page
bson_reinit()
Synopsis
void bson_reinit (bson_t *b);
Parameters
- b: A bson_t.
Description
Reinitializes a bson_t.
If the bson_t structure contains a malloc()'d buffer, it may be reused. To be certain that any buffer is freed, always call bson_destroy() on any bson_t structure, whether initialized or reinitialized, after its final use.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libbson