1MONGOC_GRIDFS_FILE_LIST_NEXT(3) libmongoc MONGOC_GRIDFS_FILE_LIST_NEXT(3)
2
3
4
6 mongoc_gridfs_file_list_next - mongoc_gridfs_file_list_next()
7
9 mongoc_gridfs_file_t *
10 mongoc_gridfs_file_list_next (mongoc_gridfs_file_list_t *list)
11 BSON_GNUC_WARN_UNUSED_RESULT;
12
14 • list: A mongoc_gridfs_file_list_t.
15
17 This function shall iterate the underlying gridfs file list, returning
18 the next file each iteration. This is a blocking function.
19
21 A newly allocated mongoc_gridfs_file_t that should be freed with mon‐
22 goc_gridfs_file_destroy() when no longer in use.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.20.0 Nov 18, 2021 MONGOC_GRIDFS_FILE_LIST_NEXT(3)