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

NAME

6       mongoc_stream_close - mongoc_stream_close()
7

SYNOPSIS

9          int
10          mongoc_stream_close (mongoc_stream_t *stream);
11

PARAMETERS

13stream: A mongoc_stream_t.
14
15       This function shall close underlying file-descriptors of stream.
16

RETURNS

18       0 on success, otherwise -1 and errno is set.
19
20       SEE ALSO:
21          mongoc_stream_destroy()
22
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.21.1                           Mar 02, 2022           MONGOC_STREAM_CLOSE(3)
Impressum