![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5HF_huge_init (H5HF_hdr_t *hdr) |
| herr_t | H5HF__huge_insert (H5HF_hdr_t *hdr, size_t obj_size, void *obj, void *_id) |
| herr_t | H5HF__huge_get_obj_len (H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) |
| herr_t | H5HF__huge_get_obj_off (H5HF_hdr_t *hdr, const uint8_t *id, hsize_t *obj_off_p) |
| herr_t | H5HF__huge_write (H5HF_hdr_t *hdr, const uint8_t *id, const void *obj) |
| herr_t | H5HF__huge_read (H5HF_hdr_t *hdr, const uint8_t *id, void *obj) |
| herr_t | H5HF__huge_op (H5HF_hdr_t *hdr, const uint8_t *id, H5HF_operator_t op, void *op_data) |
| herr_t | H5HF__huge_remove (H5HF_hdr_t *hdr, const uint8_t *id) |
| herr_t | H5HF__huge_term (H5HF_hdr_t *hdr) |
| herr_t | H5HF__huge_delete (H5HF_hdr_t *hdr) |
| herr_t H5HF__huge_delete | ( | H5HF_hdr_t * | hdr | ) |
| herr_t H5HF__huge_get_obj_len | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| size_t * | obj_len_p | ||
| ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5B2_find(), H5B2_open(), H5HF__huge_bt2_filt_indir_found(), H5HF__huge_bt2_indir_found(), HDassert(), hdr, H5HF_huge_bt2_indir_rec_t::id, H5HF_huge_bt2_filt_indir_rec_t::id, H5HF_huge_bt2_indir_rec_t::len, NULL, H5HF_huge_bt2_filt_indir_rec_t::obj_size, and ret_value.
Referenced by H5HF_get_obj_len().
| herr_t H5HF__huge_get_obj_off | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| hsize_t * | obj_off_p | ||
| ) |
References H5HF_huge_bt2_indir_rec_t::addr, H5HF_huge_bt2_filt_indir_rec_t::addr, FAIL, FUNC_LEAVE_NOAPI(), H5B2_find(), H5B2_open(), H5F_addr_decode(), H5HF__huge_bt2_filt_indir_found(), H5HF__huge_bt2_indir_found(), HDassert(), hdr, H5HF_huge_bt2_indir_rec_t::id, H5HF_huge_bt2_filt_indir_rec_t::id, NULL, and ret_value.
Referenced by H5HF_get_obj_off().
| herr_t H5HF__huge_insert | ( | H5HF_hdr_t * | hdr, |
| size_t | obj_size, | ||
| void * | obj, | ||
| void * | _id | ||
| ) |
References HDassert(), HDfprintf(), hdr, and ret_value.
Referenced by H5HF_insert().
| herr_t H5HF__huge_op | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| H5HF_operator_t | op, | ||
| void * | op_data | ||
| ) |
References HDassert(), hdr, and ret_value.
Referenced by H5HF_op().
| herr_t H5HF__huge_read | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| void * | obj | ||
| ) |
References HDassert(), hdr, and ret_value.
Referenced by H5HF_read().
| herr_t H5HF__huge_remove | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id | ||
| ) |
References H5HF_huge_bt2_dir_rec_t::addr, H5HF_huge_bt2_filt_dir_rec_t::addr, FAIL, FUNC_LEAVE_NOAPI(), H5B2_open(), H5B2_remove(), H5F_addr_decode(), H5HF__huge_bt2_dir_remove(), H5HF__huge_bt2_filt_dir_remove(), H5HF__huge_bt2_filt_indir_remove(), H5HF__huge_bt2_indir_remove(), H5HF_hdr_dirty(), HDassert(), H5HF_huge_remove_ud_t::hdr, hdr, H5HF_huge_bt2_indir_rec_t::id, H5HF_huge_bt2_filt_indir_rec_t::id, H5HF_huge_bt2_dir_rec_t::len, H5HF_huge_bt2_filt_dir_rec_t::len, NULL, H5HF_huge_remove_ud_t::obj_len, and ret_value.
Referenced by H5HF_remove().
| herr_t H5HF__huge_term | ( | H5HF_hdr_t * | hdr | ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5B2_close(), H5B2_delete(), H5HF_hdr_dirty(), HDassert(), hdr, NULL, and ret_value.
Referenced by H5HF_close().
| herr_t H5HF__huge_write | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| const void * | obj | ||
| ) |
| herr_t H5HF_huge_init | ( | H5HF_hdr_t * | hdr | ) |
References FUNC_LEAVE_NOAPI(), HDassert(), HDfprintf(), hdr, and NULL.