Lines Matching defs:future

18 future_get_void (future_t *future)  in future_get_void()
29 future_get_bool (future_t *future) in future_get_bool()
41 future_get_char_ptr (future_t *future) in future_get_char_ptr()
53 future_get_char_ptr_ptr (future_t *future) in future_get_char_ptr_ptr()
65 future_get_int (future_t *future) in future_get_int()
77 future_get_int64_t (future_t *future) in future_get_int64_t()
89 future_get_size_t (future_t *future) in future_get_size_t()
101 future_get_ssize_t (future_t *future) in future_get_ssize_t()
113 future_get_uint32_t (future_t *future) in future_get_uint32_t()
125 future_get_const_char_ptr (future_t *future) in future_get_const_char_ptr()
137 future_get_bson_error_ptr (future_t *future) in future_get_bson_error_ptr()
149 future_get_bson_ptr (future_t *future) in future_get_bson_ptr()
161 future_get_const_bson_ptr (future_t *future) in future_get_const_bson_ptr()
173 future_get_const_bson_ptr_ptr (future_t *future) in future_get_const_bson_ptr_ptr()
185 future_get_mongoc_bulk_operation_ptr (future_t *future) in future_get_mongoc_bulk_operation_ptr()
197 future_get_mongoc_client_ptr (future_t *future) in future_get_mongoc_client_ptr()
209 future_get_mongoc_collection_ptr (future_t *future) in future_get_mongoc_collection_ptr()
221 future_get_mongoc_cursor_ptr (future_t *future) in future_get_mongoc_cursor_ptr()
233 future_get_mongoc_database_ptr (future_t *future) in future_get_mongoc_database_ptr()
245 future_get_mongoc_gridfs_file_ptr (future_t *future) in future_get_mongoc_gridfs_file_ptr()
257 future_get_mongoc_gridfs_ptr (future_t *future) in future_get_mongoc_gridfs_ptr()
269 future_get_mongoc_insert_flags_t (future_t *future) in future_get_mongoc_insert_flags_t()
281 future_get_mongoc_iovec_ptr (future_t *future) in future_get_mongoc_iovec_ptr()
293 future_get_mongoc_query_flags_t (future_t *future) in future_get_mongoc_query_flags_t()
305 future_get_const_mongoc_index_opt_t (future_t *future) in future_get_const_mongoc_index_opt_t()
317 future_get_mongoc_server_description_ptr (future_t *future) in future_get_mongoc_server_description_ptr()
329 future_get_mongoc_ss_optype_t (future_t *future) in future_get_mongoc_ss_optype_t()
341 future_get_mongoc_topology_ptr (future_t *future) in future_get_mongoc_topology_ptr()
353 future_get_mongoc_write_concern_ptr (future_t *future) in future_get_mongoc_write_concern_ptr()
365 future_get_const_mongoc_find_and_modify_opts_ptr (future_t *future) in future_get_const_mongoc_find_and_modify_opts_ptr()
377 future_get_const_mongoc_iovec_ptr (future_t *future) in future_get_const_mongoc_iovec_ptr()
389 future_get_const_mongoc_read_prefs_ptr (future_t *future) in future_get_const_mongoc_read_prefs_ptr()
401 future_get_const_mongoc_write_concern_ptr (future_t *future) in future_get_const_mongoc_write_concern_ptr()
416 future_t *future; in future_new() local
429 future_get_param (future_t *future, int i) in future_get_param()
435 future_start (future_t *future, in future_start()
447 future_resolve (future_t *future, future_value_t return_value) in future_resolve()
460 future_wait_max (future_t *future, int64_t timeout_ms) in future_wait_max()
487 future_wait (future_t *future) in future_wait()
494 future_destroy (future_t *future) in future_destroy()