|
| 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) |
| |