![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5HF_tiny_init (H5HF_hdr_t *hdr) |
| herr_t | H5HF_tiny_insert (H5HF_hdr_t *hdr, size_t obj_size, const void *obj, void *_id) |
| herr_t | H5HF_tiny_get_obj_len (H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p) |
| herr_t | H5HF_tiny_read (H5HF_hdr_t *hdr, const uint8_t *id, void *obj) |
| herr_t | H5HF_tiny_op (H5HF_hdr_t *hdr, const uint8_t *id, H5HF_operator_t op, void *op_data) |
| herr_t | H5HF_tiny_remove (H5HF_hdr_t *hdr, const uint8_t *id) |
| herr_t H5HF_tiny_get_obj_len | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| size_t * | obj_len_p | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and hdr.
Referenced by H5HF_get_obj_len(), and H5HF_tiny_remove().
| herr_t H5HF_tiny_init | ( | H5HF_hdr_t * | hdr | ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and hdr.
| herr_t H5HF_tiny_insert | ( | H5HF_hdr_t * | hdr, |
| size_t | obj_size, | ||
| const void * | obj, | ||
| void * | _id | ||
| ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5HF_hdr_dirty(), H5MM_memcpy(), HDassert(), HDfprintf(), hdr, and ret_value.
Referenced by H5HF_insert().
| herr_t H5HF_tiny_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_tiny_read | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id, | ||
| void * | obj | ||
| ) |
References HDassert(), hdr, and ret_value.
Referenced by H5HF_read().
| herr_t H5HF_tiny_remove | ( | H5HF_hdr_t * | hdr, |
| const uint8_t * | id | ||
| ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5HF_hdr_dirty(), H5HF_tiny_get_obj_len(), HDassert(), hdr, and ret_value.
Referenced by H5HF_remove().