1MONGOC_STREAM_GET_BASE_STREAM(3)   libmongoc  MONGOC_STREAM_GET_BASE_STREAM(3)
2
3
4

SYNOPSIS

6          mongoc_stream_t *
7          mongoc_stream_get_base_stream (mongoc_stream_t *stream);
8

PARAMETERS

10stream: A mongoc_stream_t.
11
12       This function shall fetch the underlying stream for streams that wrap a
13       base stream. Such implementations include mongoc_stream_buffered_t  and
14       mongoc_stream_tls_t.
15

RETURNS

17       A mongoc_stream_t or NULL.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023 MONGOC_STREAM_GET_BASE_STREAM(3)
Impressum