bson_reinit (3) - Linux Manuals
bson_reinit: The bson_reinit() function shall be equivalent to calling bson_destroy() and bson_init().
NAME
bson_reinit() - The bson_reinit() function shall be equivalent to calling bson_destroy() and bson_init().SYNOPSIS
void bson_reinit (bson_t *b);
PARAMETERS
- b
- A bson_t \&.
DESCRIPTION
The bson_reinit(3) function shall be equivalent to calling bson_destroy(3) and bson_init(3) \&.
However, 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.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.