![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5O_copy_search_comm_dt_key_t |
| struct | H5O_copy_search_comm_dt_ud_t |
Typedefs | |
| typedef struct H5O_copy_search_comm_dt_key_t | H5O_copy_search_comm_dt_key_t |
| typedef struct H5O_copy_search_comm_dt_ud_t | H5O_copy_search_comm_dt_ud_t |
Functions | |
| H5FL_DEFINE (H5O_addr_map_t) | |
| H5FL_DEFINE (H5O_copy_search_comm_dt_key_t) | |
| H5FL_DEFINE (haddr_t) | |
| herr_t | H5Ocopy (hid_t src_loc_id, const char *src_name, hid_t dst_loc_id, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id) |
| herr_t | H5O_copy (const H5G_loc_t *loc, const char *src_name, H5G_loc_t *dst_loc, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id) |
| herr_t | H5O_copy_header_map (const H5O_loc_t *oloc_src, H5O_loc_t *oloc_dst, H5O_copy_t *cpy_info, hbool_t inc_depth, H5O_type_t *obj_type, void **udata) |
| typedef struct H5O_copy_search_comm_dt_key_t H5O_copy_search_comm_dt_key_t |
| typedef struct H5O_copy_search_comm_dt_ud_t H5O_copy_search_comm_dt_ud_t |
| H5FL_DEFINE | ( | H5O_addr_map_t | ) |
| H5FL_DEFINE | ( | H5O_copy_search_comm_dt_key_t | ) |
| H5FL_DEFINE | ( | haddr_t | ) |
| herr_t H5O_copy | ( | const H5G_loc_t * | loc, |
| const char * | src_name, | ||
| H5G_loc_t * | dst_loc, | ||
| const char * | dst_name, | ||
| hid_t | ocpypl_id, | ||
| hid_t | lcpl_id | ||
| ) |
References FAIL, H5G_loc_find(), H5G_loc_reset(), H5L_exists_tolerant(), H5O_open(), HDassert(), H5G_loc_t::oloc, H5G_loc_t::path, and ret_value.
Referenced by H5VL__native_object_copy().
| herr_t H5O_copy_header_map | ( | const H5O_loc_t * | oloc_src, |
| H5O_loc_t * | oloc_dst, | ||
| H5O_copy_t * | cpy_info, | ||
| hbool_t | inc_depth, | ||
| H5O_type_t * | obj_type, | ||
| void ** | udata | ||
| ) |
References H5O_loc_t::addr, H5_obj_t::addr, H5O_copy_t::curr_depth, FAIL, H5O_loc_t::file, H5_obj_t::fileno, FUNC_ENTER_NOAPI(), H5SL_search(), HDassert(), H5O_copy_t::map_list, NULL, and ret_value.
Referenced by H5A__attr_post_copy_file(), H5G__node_copy(), H5L__link_copy_file(), and H5O__shared_post_copy_file().