1MONGOC_STREAM_CLOSE(3)             libmongoc            MONGOC_STREAM_CLOSE(3)
2
3
4

SYNOPSIS

6          int
7          mongoc_stream_close (mongoc_stream_t *stream);
8

PARAMETERS

10stream: A mongoc_stream_t.
11
12       This function shall close underlying file-descriptors of stream.
13

RETURNS

15       0 on success, otherwise -1 and errno is set.
16
17       SEE ALSO:
18          mongoc_stream_destroy()
19
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023           MONGOC_STREAM_CLOSE(3)
Impressum