1MONGOC_STREAM_CORK(3) MongoDB C Driver MONGOC_STREAM_CORK(3)
2
3
4
6 mongoc_stream_cork - mongoc_stream_cork()
7
9 int
10 mongoc_stream_cork (mongoc_stream_t *stream);
11
13 ยท stream: A mongoc_stream_t.
14
15 This function shall prevent the writing of bytes to the underlying
16 socket.
17
18 NOTE:
19 Not all streams implement this function. Buffering generally works
20 better.
21
23 0 on success, -1 on failure and errno is set.
24
26 mongoc_stream_buffered_new().
27
28 mongoc_stream_uncork().
29
31 MongoDB, Inc
32
34 2017-present, MongoDB, Inc
35
36
37
38
391.13.1 Jan 24, 2019 MONGOC_STREAM_CORK(3)