|
| unsigned | H5F_shared_get_intent (const H5F_shared_t *f_sh) |
| |
| unsigned | H5F_get_intent (const H5F_t *f) |
| |
| H5F_libver_t | H5F_get_low_bound (const H5F_t *f) |
| |
| H5F_libver_t | H5F_get_high_bound (const H5F_t *f) |
| |
| char * | H5F_get_open_name (const H5F_t *f) |
| |
| char * | H5F_get_actual_name (const H5F_t *f) |
| |
| char * | H5F_get_extpath (const H5F_t *f) |
| |
| H5F_shared_t * | H5F_get_shared (const H5F_t *f) |
| |
| hbool_t | H5F_same_shared (const H5F_t *f1, const H5F_t *f2) |
| |
| unsigned | H5F_get_nopen_objs (const H5F_t *f) |
| |
| hbool_t | H5F_file_id_exists (const H5F_t *f) |
| |
| H5F_t * | H5F_get_parent (const H5F_t *f) |
| |
| unsigned | H5F_get_nmounts (const H5F_t *f) |
| |
| unsigned | H5F_get_read_attempts (const H5F_t *f) |
| |
| hid_t | H5F_get_fcpl (const H5F_t *f) |
| |
| uint8_t | H5F_sizeof_addr (const H5F_t *f) |
| |
| uint8_t | H5F_sizeof_size (const H5F_t *f) |
| |
| haddr_t | H5F_get_sohm_addr (const H5F_t *f) |
| |
| unsigned | H5F_get_sohm_vers (const H5F_t *f) |
| |
| unsigned | H5F_get_sohm_nindexes (const H5F_t *f) |
| |
| unsigned | H5F_sym_leaf_k (const H5F_t *f) |
| |
| hbool_t | H5F_get_min_dset_ohdr (const H5F_t *f) |
| |
| unsigned | H5F_Kvalue (const H5F_t *f, const H5B_class_t *type) |
| |
| unsigned | H5F_get_nrefs (const H5F_t *f) |
| |
| size_t | H5F_rdcc_nslots (const H5F_t *f) |
| |
| size_t | H5F_rdcc_nbytes (const H5F_t *f) |
| |
| double | H5F_rdcc_w0 (const H5F_t *f) |
| |
| haddr_t | H5F_get_base_addr (const H5F_t *f) |
| |
| H5UC_t * | H5F_grp_btree_shared (const H5F_t *f) |
| |
| size_t | H5F_sieve_buf_size (const H5F_t *f) |
| |
| unsigned | H5F_gc_ref (const H5F_t *f) |
| |
| H5F_close_degree_t | H5F_get_fc_degree (const H5F_t *f) |
| |
| hbool_t | H5F_get_evict_on_close (const H5F_t *f) |
| |
| hbool_t | H5F_store_msg_crt_idx (const H5F_t *f) |
| |
| hbool_t | H5F_shared_has_feature (const H5F_shared_t *f_sh, unsigned feature) |
| |
| hbool_t | H5F_has_feature (const H5F_t *f, unsigned feature) |
| |
| hid_t | H5F_get_driver_id (const H5F_t *f) |
| |
| herr_t | H5F_get_fileno (const H5F_t *f, unsigned long *filenum) |
| |
| haddr_t | H5F_shared_get_eoa (const H5F_shared_t *f_sh, H5FD_mem_t type) |
| |
| haddr_t | H5F_get_eoa (const H5F_t *f, H5FD_mem_t type) |
| |
| herr_t | H5F_get_vfd_handle (const H5F_t *file, hid_t fapl, void **file_handle) |
| |
| hbool_t | H5F_is_tmp_addr (const H5F_t *f, haddr_t addr) |
| |
| hbool_t | H5F_use_tmp_space (const H5F_t *f) |
| |
| hbool_t | H5F_use_mdc_logging (const H5F_t *f) |
| |
| hbool_t | H5F_start_mdc_log_on_access (const H5F_t *f) |
| |
| char * | H5F_mdc_log_location (const H5F_t *f) |
| |
| hsize_t | H5F_get_alignment (const H5F_t *f) |
| |
| hsize_t | H5F_get_threshold (const H5F_t *f) |
| |
| hsize_t | H5F_get_pgend_meta_thres (const H5F_t *f) |
| |
| hbool_t | H5F_get_point_of_no_return (const H5F_t *f) |
| |
| hbool_t | H5F_get_null_fsm_addr (const H5F_t *f) |
| |
| const H5VL_class_t * | H5F_get_vol_cls (const H5F_t *f) |
| |
| H5VL_object_t * | H5F_get_vol_obj (const H5F_t *f) |
| |
| herr_t | H5F__get_cont_info (const H5F_t *f, H5VL_file_cont_info_t *info) |
| |