1MONGOC_URI_COPY(3)                 libmongoc                MONGOC_URI_COPY(3)
2
3
4

SYNOPSIS

6          mongoc_uri_t *
7          mongoc_uri_copy (const mongoc_uri_t *uri) BSON_GNUC_WARN_UNUSED_RESULT;
8

PARAMETERS

10uri: A mongoc_uri_t.
11

DESCRIPTION

13       Copies the entire contents of a URI.
14

RETURNS

16       A   newly   allocated   mongoc_uri_t   that   should   be   freed  with
17       mongoc_uri_destroy(). May return NULL on invalid host.
18

AUTHOR

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