1MONGOC_STREAM_CLOSE(3) libmongoc MONGOC_STREAM_CLOSE(3)
23
4
SYNOPSIS
6int
7mongoc_stream_close (mongoc_stream_t *stream);
8
PARAMETERS
10• stream: A mongoc_stream_t.
1112
This function shall close underlying file-descriptors of stream.
13
RETURNS
150 on success, otherwise -1 and errno is set.
1617
SEE ALSO:
18mongoc_stream_destroy()
1920
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.25.1 Nov 08, 2023 MONGOC_STREAM_CLOSE(3)