 |
HDF5
1.12.0
|
Go to the documentation of this file.
32 #define H5_VOL_INVALID (-1)
33 #define H5_VOL_NATIVE 0
34 #define H5_VOL_RESERVED 256
35 #define H5_VOL_MAX 65535
H5_DLL hid_t H5VLregister_connector_by_value(H5VL_class_value_t connector_value, hid_t vipl_id)
Definition: H5VL.c:191
int ssize_t
Definition: H5public.h:167
H5_DLL herr_t H5VLunregister_connector(hid_t connector_id)
Definition: H5VL.c:526
iblock size
Definition: H5EAcache.c:787
H5_DLL hid_t H5VLget_connector_id_by_value(H5VL_class_value_t connector_value)
Definition: H5VL.c:360
int htri_t
Definition: H5public.h:160
H5_DLL htri_t H5VLis_connector_registered_by_value(H5VL_class_value_t connector_value)
Definition: H5VL.c:263
int64_t hid_t
Definition: H5Ipublic.h:55
int H5VL_class_value_t
Definition: H5VLpublic.h:49
H5_DLL hid_t H5VLget_connector_id(hid_t obj_id)
Definition: H5VL.c:295
H5_DLL hid_t H5VLget_connector_id_by_name(const char *name)
Definition: H5VL.c:329
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL ssize_t H5VLget_connector_name(hid_t id, char *name, size_t size)
Definition: H5VL.c:458
H5_DLL hid_t H5VLregister_connector_by_name(const char *connector_name, hid_t vipl_id)
Definition: H5VL.c:144
int herr_t
Definition: H5public.h:128
H5_DLL htri_t H5VLis_connector_registered_by_name(const char *name)
Definition: H5VL.c:234
H5_DLL herr_t H5VLclose(hid_t connector_id)
Definition: H5VL.c:488