HDF5  1.12.0
H5VLnative.c File Reference

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)
 

Function Documentation

◆ H5VL__native_get_file_addr_len()

herr_t H5VL__native_get_file_addr_len ( void *  obj,
H5I_type_t  obj_type,
size_t *  addr_len 
)

◆ H5VL__native_introspect_get_conn_cls()

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

◆ H5VL_native_addr_to_token()

◆ H5VL_native_get_file_addr_len()

herr_t H5VL_native_get_file_addr_len ( hid_t  loc_id,
size_t *  addr_len 
)

◆ H5VL_native_get_file_struct()

◆ H5VL_native_register()

hid_t H5VL_native_register ( void  )

References FUNC_ENTER_NOAPI(), and ret_value.

◆ H5VL_native_token_to_addr()

◆ H5VLnative_addr_to_token()

◆ H5VLnative_token_to_addr()