HDF5  1.12.0
H5HFhuge.c File Reference

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)
 

Function Documentation

◆ H5HF__huge_delete()

◆ H5HF__huge_get_obj_len()

◆ H5HF__huge_get_obj_off()

◆ H5HF__huge_insert()

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

◆ H5HF__huge_op()

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

◆ H5HF__huge_read()

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

◆ H5HF__huge_remove()

◆ H5HF__huge_term()

herr_t H5HF__huge_term ( H5HF_hdr_t hdr)

◆ H5HF__huge_write()

◆ H5HF_huge_init()

herr_t H5HF_huge_init ( H5HF_hdr_t hdr)