1MONGOC_STREAM_GET_BASE_STREAM(3) libmongoc MONGOC_STREAM_GET_BASE_STREAM(3)
2
3
4
6 mongoc_stream_get_base_stream - mongoc_stream_get_base_stream()
7
9 mongoc_stream_t *
10 mongoc_stream_get_base_stream (mongoc_stream_t *stream);
11
13 ยท stream: A mongoc_stream_t.
14
15 This function shall fetch the underlying stream for streams that wrap a
16 base stream. Such implementations include mongoc_stream_buffered_t and
17 mongoc_stream_tls_t.
18
20 A mongoc_stream_t or NULL.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.17.4 Feb 04, 2021 MONGOC_STREAM_GET_BASE_STREAM(3)