|
| H5FL_EXTERN (H5F_t) |
|
| H5FL_EXTERN (H5F_file_t) |
|
H5_DLL herr_t | H5F_init (void) |
|
H5_DLL herr_t | H5F__term_deprec_interface (void) |
|
H5F_t * | H5F_new (H5F_file_t *shared, unsigned flags, hid_t fcpl_id, hid_t fapl_id, H5FD_t *lf) |
|
herr_t | H5F_dest (H5F_t *f, hid_t dxpl_id, hbool_t flush) |
|
H5_DLL herr_t | H5F_flush (H5F_t *f, hid_t dxpl_id, hbool_t closing) |
|
H5_DLL htri_t | H5F_is_hdf5 (const char *name) |
|
H5_DLL herr_t | H5F_get_objects (const H5F_t *f, unsigned types, size_t max_index, hid_t *obj_id_list, hbool_t app_ref, size_t *obj_id_count_ptr) |
|
H5_DLL herr_t | H5F_close (H5F_t *f) |
|
H5_DLL herr_t | H5F_close_mounts (H5F_t *f) |
|
H5_DLL int | H5F_term_unmount_cb (void *obj_ptr, hid_t obj_id, void *key) |
|
H5_DLL herr_t | H5F_mount_count_ids (H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) |
|
H5_DLL herr_t | H5F_super_init (H5F_t *f, hid_t dxpl_id) |
|
H5_DLL herr_t | H5F_super_read (H5F_t *f, hid_t dxpl_id) |
|
H5_DLL herr_t | H5F_super_size (H5F_t *f, hid_t dxpl_id, hsize_t *super_size, hsize_t *super_ext_info) |
|
H5_DLL herr_t | H5F_super_free (H5F_super_t *sblock) |
|
H5_DLL herr_t | H5F_super_ext_open (H5F_t *f, haddr_t ext_addr, H5O_loc_t *ext_ptr) |
|
H5_DLL herr_t | H5F_super_ext_write_msg (H5F_t *f, hid_t dxpl_id, unsigned id, void *mesg, hbool_t may_create) |
|
H5_DLL herr_t | H5F_super_ext_close (H5F_t *f, H5O_loc_t *ext_ptr, hid_t dxpl_id, hbool_t was_created) |
|
H5_DLL herr_t | H5F__accum_read (const H5F_io_info_t *fio_info, H5FD_mem_t type, haddr_t addr, size_t size, void *buf) |
|
H5_DLL herr_t | H5F__accum_write (const H5F_io_info_t *fio_info, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf) |
|
H5_DLL herr_t | H5F__accum_free (const H5F_io_info_t *fio_info, H5FD_mem_t type, haddr_t addr, hsize_t size) |
|
H5_DLL herr_t | H5F__accum_flush (const H5F_io_info_t *fio_info) |
|
H5_DLL herr_t | H5F__accum_reset (const H5F_io_info_t *fio_info, hbool_t flush) |
|
H5_DLL herr_t | H5F_sfile_add (H5F_file_t *shared) |
|
H5_DLL H5F_file_t * | H5F_sfile_search (H5FD_t *lf) |
|
H5_DLL herr_t | H5F_sfile_remove (H5F_file_t *shared) |
|
H5_DLL H5F_efc_t * | H5F_efc_create (unsigned max_nfiles) |
|
H5_DLL unsigned | H5F_efc_max_nfiles (H5F_efc_t *efc) |
|
H5_DLL herr_t | H5F_efc_release (H5F_efc_t *efc) |
|
H5_DLL herr_t | H5F_efc_destroy (H5F_efc_t *efc) |
|
H5_DLL herr_t | H5F_efc_try_close (H5F_t *f) |
|