|
| H5_DLL htri_t | H5Fis_accessible (const char *container_name, hid_t fapl_id) |
| |
| H5_DLL hid_t | H5Fcreate (const char *filename, unsigned flags, hid_t create_plist, hid_t access_plist) |
| |
| H5_DLL hid_t | H5Fopen (const char *filename, unsigned flags, hid_t access_plist) |
| |
| H5_DLL hid_t | H5Freopen (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fflush (hid_t object_id, H5F_scope_t scope) |
| |
| H5_DLL herr_t | H5Fclose (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fdelete (const char *filename, hid_t fapl_id) |
| |
| H5_DLL hid_t | H5Fget_create_plist (hid_t file_id) |
| |
| H5_DLL hid_t | H5Fget_access_plist (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fget_intent (hid_t file_id, unsigned *intent) |
| |
| H5_DLL herr_t | H5Fget_fileno (hid_t file_id, unsigned long *fileno) |
| |
| H5_DLL ssize_t | H5Fget_obj_count (hid_t file_id, unsigned types) |
| |
| H5_DLL ssize_t | H5Fget_obj_ids (hid_t file_id, unsigned types, size_t max_objs, hid_t *obj_id_list) |
| |
| H5_DLL herr_t | H5Fget_vfd_handle (hid_t file_id, hid_t fapl, void **file_handle) |
| |
| H5_DLL herr_t | H5Fmount (hid_t loc, const char *name, hid_t child, hid_t plist) |
| |
| H5_DLL herr_t | H5Funmount (hid_t loc, const char *name) |
| |
| H5_DLL hssize_t | H5Fget_freespace (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fget_filesize (hid_t file_id, hsize_t *size) |
| |
| H5_DLL herr_t | H5Fget_eoa (hid_t file_id, haddr_t *eoa) |
| |
| H5_DLL herr_t | H5Fincrement_filesize (hid_t file_id, hsize_t increment) |
| |
| H5_DLL ssize_t | H5Fget_file_image (hid_t file_id, void *buf_ptr, size_t buf_len) |
| |
| H5_DLL herr_t | H5Fget_mdc_config (hid_t file_id, H5AC_cache_config_t *config_ptr) |
| |
| H5_DLL herr_t | H5Fset_mdc_config (hid_t file_id, H5AC_cache_config_t *config_ptr) |
| |
| H5_DLL herr_t | H5Fget_mdc_hit_rate (hid_t file_id, double *hit_rate_ptr) |
| |
| H5_DLL herr_t | H5Fget_mdc_size (hid_t file_id, size_t *max_size_ptr, size_t *min_clean_size_ptr, size_t *cur_size_ptr, int *cur_num_entries_ptr) |
| |
| H5_DLL herr_t | H5Freset_mdc_hit_rate_stats (hid_t file_id) |
| |
| H5_DLL ssize_t | H5Fget_name (hid_t obj_id, char *name, size_t size) |
| |
| H5_DLL herr_t | H5Fget_info2 (hid_t obj_id, H5F_info2_t *finfo) |
| |
| H5_DLL herr_t | H5Fget_metadata_read_retry_info (hid_t file_id, H5F_retry_info_t *info) |
| |
| H5_DLL herr_t | H5Fstart_swmr_write (hid_t file_id) |
| |
| H5_DLL ssize_t | H5Fget_free_sections (hid_t file_id, H5F_mem_t type, size_t nsects, H5F_sect_info_t *sect_info) |
| |
| H5_DLL herr_t | H5Fclear_elink_file_cache (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fset_libver_bounds (hid_t file_id, H5F_libver_t low, H5F_libver_t high) |
| |
| H5_DLL herr_t | H5Fstart_mdc_logging (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fstop_mdc_logging (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fget_mdc_logging_status (hid_t file_id, hbool_t *is_enabled, hbool_t *is_currently_logging) |
| |
| H5_DLL herr_t | H5Fformat_convert (hid_t fid) |
| |
| H5_DLL herr_t | H5Freset_page_buffering_stats (hid_t file_id) |
| |
| H5_DLL herr_t | H5Fget_page_buffering_stats (hid_t file_id, unsigned accesses[2], unsigned hits[2], unsigned misses[2], unsigned evictions[2], unsigned bypasses[2]) |
| |
| H5_DLL herr_t | H5Fget_mdc_image_info (hid_t file_id, haddr_t *image_addr, hsize_t *image_size) |
| |
| H5_DLL herr_t | H5Fget_dset_no_attrs_hint (hid_t file_id, hbool_t *minimize) |
| |
| H5_DLL herr_t | H5Fset_dset_no_attrs_hint (hid_t file_id, hbool_t minimize) |
| |
| H5_DLL herr_t | H5Fget_info1 (hid_t obj_id, H5F_info1_t *finfo) |
| |
| H5_DLL herr_t | H5Fset_latest_format (hid_t file_id, hbool_t latest_format) |
| |
| H5_DLL htri_t | H5Fis_hdf5 (const char *filename) |
| |