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
22 mongoc_gridfs_file_destroy() when no longer in use.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.23.1 Oct 20, 2022 MONGOC_GRIDFS_FILE_LIST_NEXT(3)