Provided by: libbson-doc_1.9.2-1_all bug

NAME

       bson_reinit - bson_reinit()

SYNOPSIS

          void
          bson_reinit (bson_t *b);

PARAMETERS

b: A bson_t.

DESCRIPTION

       The bson_reinit() function shall be equivalent to calling bson_destroy() and bson_init().

       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.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2018, MongoDB, Inc