![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5HF_get_cparam_test (const H5HF_t *fh, H5HF_create_t *cparam) |
| int | H5HF_cmp_cparam_test (const H5HF_create_t *cparam1, const H5HF_create_t *cparam2) |
| unsigned | H5HF_get_max_root_rows (const H5HF_t *fh) |
| unsigned | H5HF_get_dtable_width_test (const H5HF_t *fh) |
| unsigned | H5HF_get_dtable_max_drows_test (const H5HF_t *fh) |
| unsigned | H5HF_get_iblock_max_drows_test (const H5HF_t *fh, unsigned pos) |
| hsize_t | H5HF_get_dblock_size_test (const H5HF_t *fh, unsigned row) |
| hsize_t | H5HF_get_dblock_free_test (const H5HF_t *fh, unsigned row) |
| herr_t | H5HF_get_id_off_test (const H5HF_t *fh, const void *_id, hsize_t *obj_off) |
| herr_t | H5HF_get_id_type_test (const void *_id, unsigned char *obj_type) |
| herr_t | H5HF_get_tiny_info_test (const H5HF_t *fh, size_t *max_len, hbool_t *len_extended) |
| herr_t | H5HF_get_huge_info_test (const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct) |
| int H5HF_cmp_cparam_test | ( | const H5HF_create_t * | cparam1, |
| const H5HF_create_t * | cparam2 | ||
| ) |
References H5Z_filter_info_t::cd_nelmts, H5Z_filter_info_t::cd_values, H5O_pline_t::filter, H5Z_filter_info_t::flags, FUNC_LEAVE_NOAPI(), HDassert(), HDfprintf(), H5Z_filter_info_t::id, H5HF_create_t::id_len, H5HF_create_t::managed, H5HF_dtable_cparam_t::max_direct_size, H5HF_dtable_cparam_t::max_index, H5HF_create_t::max_man_size, H5Z_filter_info_t::name, H5O_pline_t::nused, H5HF_create_t::pline, ret_value, H5HF_dtable_cparam_t::start_block_size, H5HF_dtable_cparam_t::start_root_rows, u, and H5HF_dtable_cparam_t::width.
| herr_t H5HF_get_cparam_test | ( | const H5HF_t * | fh, |
| H5HF_create_t * | cparam | ||
| ) |
References H5HF_dtable_t::cparam, FUNC_LEAVE_NOAPI(), H5MM_memcpy(), H5O_msg_copy(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::heap_len_size, H5HF_hdr_t::heap_off_size, H5HF_create_t::id_len, H5HF_hdr_t::id_len, H5HF_hdr_t::man_dtable, H5HF_create_t::managed, H5HF_create_t::max_man_size, H5HF_hdr_t::max_man_size, H5HF_create_t::pline, H5HF_hdr_t::pline, H5HF_hdr_t::sizeof_addr, and H5HF_hdr_t::sizeof_size.
| hsize_t H5HF_get_dblock_free_test | ( | const H5HF_t * | fh, |
| unsigned | row | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::man_dtable, ret_value, and H5HF_dtable_t::row_tot_dblock_free.
| hsize_t H5HF_get_dblock_size_test | ( | const H5HF_t * | fh, |
| unsigned | row | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::man_dtable, ret_value, and H5HF_dtable_t::row_block_size.
| unsigned H5HF_get_dtable_max_drows_test | ( | const H5HF_t * | fh | ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::man_dtable, H5HF_dtable_t::max_direct_rows, and ret_value.
| unsigned H5HF_get_dtable_width_test | ( | const H5HF_t * | fh | ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::huge_ids_direct, and H5HF_hdr_t::huge_next_id.
| unsigned H5HF_get_iblock_max_drows_test | ( | const H5HF_t * | fh, |
| unsigned | pos | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, and H5HF_hdr_t::heap_off_size.
| herr_t H5HF_get_id_type_test | ( | const void * | _id, |
| unsigned char * | obj_type | ||
| ) |
References FUNC_LEAVE_NOAPI(), and HDassert().
| unsigned H5HF_get_max_root_rows | ( | const H5HF_t * | fh | ) |
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::man_dtable, H5HF_dtable_t::max_root_rows, and ret_value.
References FUNC_LEAVE_NOAPI(), HDassert(), H5HF_t::hdr, H5HF_hdr_t::tiny_len_extended, and H5HF_hdr_t::tiny_max_len.