|
| | H5FL_DEFINE (H5O_t) |
| |
| | H5FL_SEQ_DEFINE (H5O_mesg_t) |
| |
| | H5FL_SEQ_DEFINE (H5O_chunk_t) |
| |
| | H5FL_BLK_DEFINE (chunk_image) |
| |
| | H5FL_SEQ_EXTERN (H5O_cont_t) |
| |
| | H5FL_EXTERN (time_t) |
| |
| | H5FL_EXTERN (H5_obj_t) |
| |
| herr_t | H5O__init_package (void) |
| |
| herr_t | H5O_create (H5F_t *f, size_t size_hint, size_t initial_rc, hid_t ocpl_id, H5O_loc_t *loc) |
| |
| H5O_t * | H5O__create_ohdr (H5F_t *f, hid_t ocpl_id) |
| |
| herr_t | H5O__apply_ohdr (H5F_t *f, H5O_t *oh, hid_t ocpl_id, size_t size_hint, size_t initial_rc, H5O_loc_t *loc_out) |
| |
| herr_t | H5O_open (H5O_loc_t *loc) |
| |
| void * | H5O_open_name (const H5G_loc_t *loc, const char *name, H5I_type_t *opened_type) |
| |
| void * | H5O_open_by_idx (const H5G_loc_t *loc, const char *name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5I_type_t *opened_type) |
| |
| void * | H5O_open_by_addr (const H5G_loc_t *loc, haddr_t addr, H5I_type_t *opened_type) |
| |
| void * | H5O_open_by_loc (const H5G_loc_t *obj_loc, H5I_type_t *opened_type) |
| |
| herr_t | H5O_close (H5O_loc_t *loc, hbool_t *file_closed) |
| |
| int | H5O__link_oh (H5F_t *f, int adjust, H5O_t *oh, hbool_t *deleted) |
| |
| int | H5O_link (const H5O_loc_t *loc, int adjust) |
| |
| H5O_t * | H5O_protect (const H5O_loc_t *loc, unsigned prot_flags, hbool_t pin_all_chunks) |
| |
| H5O_t * | H5O_pin (const H5O_loc_t *loc) |
| |
| herr_t | H5O_unpin (H5O_t *oh) |
| |
| herr_t | H5O_unprotect (const H5O_loc_t *loc, H5O_t *oh, unsigned oh_flags) |
| |
| herr_t | H5O_touch_oh (H5F_t *f, H5O_t *oh, hbool_t force) |
| |
| herr_t | H5O_touch (const H5O_loc_t *loc, hbool_t force) |
| |
| herr_t | H5O_delete (H5F_t *f, haddr_t addr) |
| |
| herr_t | H5O_obj_type (const H5O_loc_t *loc, H5O_type_t *obj_type) |
| |
| const H5O_obj_class_t * | H5O__obj_class (const H5O_loc_t *loc) |
| |
| H5O_loc_t * | H5O_get_loc (hid_t object_id) |
| |
| herr_t | H5O_loc_reset (H5O_loc_t *loc) |
| |
| herr_t | H5O_loc_copy (H5O_loc_t *dst, H5O_loc_t *src, H5_copy_depth_t depth) |
| |
| herr_t | H5O_loc_copy_shallow (H5O_loc_t *dst, H5O_loc_t *src) |
| |
| herr_t | H5O_loc_copy_deep (H5O_loc_t *dst, const H5O_loc_t *src) |
| |
| herr_t | H5O_loc_hold_file (H5O_loc_t *loc) |
| |
| herr_t | H5O_loc_free (H5O_loc_t *loc) |
| |
| herr_t | H5O_get_hdr_info (const H5O_loc_t *loc, H5O_hdr_info_t *hdr) |
| |
| herr_t | H5O_get_info (const H5O_loc_t *loc, H5O_info2_t *oinfo, unsigned fields) |
| |
| herr_t | H5O_get_native_info (const H5O_loc_t *loc, H5O_native_info_t *oinfo, unsigned fields) |
| |
| herr_t | H5O_get_create_plist (const H5O_loc_t *loc, H5P_genplist_t *oc_plist) |
| |
| herr_t | H5O_get_nlinks (const H5O_loc_t *loc, hsize_t *nlinks) |
| |
| void * | H5O_obj_create (H5F_t *f, H5O_type_t obj_type, void *crt_info, H5G_loc_t *obj_loc) |
| |
| haddr_t | H5O_get_oh_addr (const H5O_t *oh) |
| |
| uint8_t | H5O_get_oh_flags (const H5O_t *oh) |
| |
| time_t | H5O_get_oh_mtime (const H5O_t *oh) |
| |
| uint8_t | H5O_get_oh_version (const H5O_t *oh) |
| |
| herr_t | H5O_get_rc_and_type (const H5O_loc_t *loc, unsigned *rc, H5O_type_t *otype) |
| |
| herr_t | H5O__visit (H5G_loc_t *loc, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate2_t op, void *op_data, unsigned fields) |
| |
| herr_t | H5O__inc_rc (H5O_t *oh) |
| |
| herr_t | H5O__dec_rc (H5O_t *oh) |
| |
| herr_t | H5O_dec_rc_by_loc (const H5O_loc_t *loc) |
| |
| H5AC_proxy_entry_t * | H5O_get_proxy (const H5O_t *oh) |
| |
| herr_t | H5O__free (H5O_t *oh) |
| |