![]() |
HDF5
1.12.0
|
Functions | |
| hid_t | H5VL_native_register (void) |
| herr_t | H5VL__native_introspect_get_conn_cls (void H5_ATTR_UNUSED *obj, H5VL_get_conn_lvl_t H5_ATTR_UNUSED lvl, const H5VL_class_t **conn_cls) |
| herr_t | H5VL_native_get_file_addr_len (hid_t loc_id, size_t *addr_len) |
| herr_t | H5VL__native_get_file_addr_len (void *obj, H5I_type_t obj_type, size_t *addr_len) |
| herr_t | H5VLnative_addr_to_token (hid_t loc_id, haddr_t addr, H5O_token_t *token) |
| herr_t | H5VL_native_addr_to_token (void *obj, H5I_type_t obj_type, haddr_t addr, H5O_token_t *token) |
| herr_t | H5VLnative_token_to_addr (hid_t loc_id, H5O_token_t token, haddr_t *addr) |
| herr_t | H5VL_native_token_to_addr (void *obj, H5I_type_t obj_type, H5O_token_t token, haddr_t *addr) |
| herr_t | H5VL_native_get_file_struct (void *obj, H5I_type_t type, H5F_t **file) |
| herr_t H5VL__native_get_file_addr_len | ( | void * | obj, |
| H5I_type_t | obj_type, | ||
| size_t * | addr_len | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5VL_native_get_file_struct(), HDassert(), NULL, and ret_value.
Referenced by H5VL_native_addr_to_token(), H5VL_native_get_file_addr_len(), and H5VL_native_token_to_addr().
| herr_t H5VL__native_introspect_get_conn_cls | ( | void H5_ATTR_UNUSED * | obj, |
| H5VL_get_conn_lvl_t H5_ATTR_UNUSED | lvl, | ||
| const H5VL_class_t ** | conn_cls | ||
| ) |
References HDassert().
| herr_t H5VL_native_addr_to_token | ( | void * | obj, |
| H5I_type_t | obj_type, | ||
| haddr_t | addr, | ||
| H5O_token_t * | token | ||
| ) |
References addr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5F_addr_encode_len(), H5VL__native_get_file_addr_len(), HDassert(), and ret_value.
Referenced by H5G_link_to_info(), H5VL__native_object_specific(), H5VL__native_str_to_token(), and H5VLnative_addr_to_token().
References FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5I_BADID, H5I_get_type(), H5VL__native_get_file_addr_len(), H5VL_object(), HDassert(), NULL, and ret_value.
| herr_t H5VL_native_get_file_struct | ( | void * | obj, |
| H5I_type_t | type, | ||
| H5F_t ** | file | ||
| ) |
References FAIL, H5O_loc_t::file, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5A_oloc(), H5D_oloc(), H5G_oloc(), H5I_ATTR, H5I_BADID, H5I_DATASET, H5I_DATASPACE, H5I_DATATYPE, H5I_ERROR_CLASS, H5I_ERROR_MSG, H5I_ERROR_STACK, H5I_FILE, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_GROUP, H5I_MAP, H5I_NTYPES, H5I_SPACE_SEL_ITER, H5I_UNINIT, H5I_VFL, H5I_VOL, H5T_oloc(), NULL, ret_value, and type.
Referenced by H5VL__native_file_get(), H5VL__native_file_optional(), H5VL__native_file_specific(), and H5VL__native_get_file_addr_len().
| hid_t H5VL_native_register | ( | void | ) |
References FUNC_ENTER_NOAPI(), and ret_value.
| herr_t H5VL_native_token_to_addr | ( | void * | obj, |
| H5I_type_t | obj_type, | ||
| H5O_token_t | token, | ||
| haddr_t * | addr | ||
| ) |
References addr, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5F_addr_decode_len(), H5VL__native_get_file_addr_len(), HDassert(), and ret_value.
Referenced by H5C__verify_cork_tag_test(), H5Lget_info1(), H5Lget_info_by_idx1(), H5O__visit(), H5R__decode_token_region_compat(), H5VL__native_object_get(), H5VL__native_object_open(), H5VL__native_token_to_str(), and H5VLnative_token_to_addr().
| herr_t H5VLnative_addr_to_token | ( | hid_t | loc_id, |
| haddr_t | addr, | ||
| H5O_token_t * | token | ||
| ) |
References addr, FAIL, H5E_BADVALUE, H5I_BADID, H5I_get_type(), H5I_object(), H5VL_native_addr_to_token(), H5VL_object(), H5VL_object_is_native(), HDassert(), NULL, and ret_value.
Referenced by H5Oopen_by_addr().
| herr_t H5VLnative_token_to_addr | ( | hid_t | loc_id, |
| H5O_token_t | token, | ||
| haddr_t * | addr | ||
| ) |
References addr, FAIL, H5E_BADVALUE, H5I_BADID, H5I_get_type(), H5I_object(), H5VL_native_token_to_addr(), H5VL_object(), H5VL_object_is_native(), HDassert(), NULL, and ret_value.