HDF5  1.12.0
H5HFtest.c File Reference

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)
 

Function Documentation

◆ H5HF_cmp_cparam_test()

◆ H5HF_get_cparam_test()

◆ H5HF_get_dblock_free_test()

hsize_t H5HF_get_dblock_free_test ( const H5HF_t fh,
unsigned  row 
)

◆ H5HF_get_dblock_size_test()

hsize_t H5HF_get_dblock_size_test ( const H5HF_t fh,
unsigned  row 
)

◆ H5HF_get_dtable_max_drows_test()

unsigned H5HF_get_dtable_max_drows_test ( const H5HF_t fh)

◆ H5HF_get_dtable_width_test()

unsigned H5HF_get_dtable_width_test ( const H5HF_t fh)

◆ H5HF_get_huge_info_test()

herr_t H5HF_get_huge_info_test ( const H5HF_t fh,
hsize_t *  next_id,
hbool_t ids_direct 
)

◆ H5HF_get_iblock_max_drows_test()

unsigned H5HF_get_iblock_max_drows_test ( const H5HF_t fh,
unsigned  pos 
)

◆ H5HF_get_id_off_test()

herr_t H5HF_get_id_off_test ( const H5HF_t fh,
const void *  _id,
hsize_t *  obj_off 
)

◆ H5HF_get_id_type_test()

herr_t H5HF_get_id_type_test ( const void *  _id,
unsigned char *  obj_type 
)

References FUNC_LEAVE_NOAPI(), and HDassert().

◆ H5HF_get_max_root_rows()

unsigned H5HF_get_max_root_rows ( const H5HF_t fh)

◆ H5HF_get_tiny_info_test()

herr_t H5HF_get_tiny_info_test ( const H5HF_t fh,
size_t *  max_len,
hbool_t len_extended 
)