 |
HDF5
1.12.0
|
Go to the documentation of this file.
30 #define H5R_OBJ_REF_BUF_SIZE sizeof(haddr_t)
31 #define H5R_DSET_REG_REF_BUF_SIZE (sizeof(haddr_t) + 4)
37 #define H5R_REF_BUF_SIZE (64)
134 #define H5R_OBJECT H5R_OBJECT1
135 #define H5R_DATASET_REGION H5R_DATASET_REGION1
138 #ifndef H5_NO_DEPRECATED_SYMBOLS
hsize_t u
Definition: H5EA.c:1007
@ H5R_BADTYPE
Definition: H5Rpublic.h:49
int ssize_t
Definition: H5public.h:167
iblock size
Definition: H5EAcache.c:787
H5_DLL hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, const void *ref)
Definition: H5Rdeprec.c:466
H5_DLL hid_t H5Ropen_object(H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t oapl_id)
Definition: H5R.c:471
H5_DLL htri_t H5Requal(const H5R_ref_t *ref1_ptr, const H5R_ref_t *ref2_ptr)
Definition: H5R.c:410
@ H5R_OBJECT1
Definition: H5Rpublic.h:50
CATCH haddr_t
Definition: H5EAdblock.c:162
H5_DLL H5R_type_t H5Rget_type(const H5R_ref_t *ref_ptr)
Definition: H5R.c:379
Definition: H5Rpublic.h:73
@ H5R_ATTR
Definition: H5Rpublic.h:54
H5_DLL ssize_t H5Rget_name(hid_t loc_id, H5R_type_t ref_type, const void *ref, char *name, size_t size)
Definition: H5Rdeprec.c:552
unsigned char uint8_t
Definition: H5private.h:429
H5_DLL herr_t H5Rdestroy(H5R_ref_t *ref_ptr)
Definition: H5R.c:345
H5_DLL ssize_t H5Rget_file_name(const H5R_ref_t *ref_ptr, char *buf, size_t size)
Definition: H5R.c:793
int64_t
Definition: H5overflow.txt:35
int htri_t
Definition: H5public.h:160
int64_t hid_t
Definition: H5Ipublic.h:55
H5_DLL herr_t H5Rcreate_object(hid_t loc_id, const char *name, hid_t oapl_id, H5R_ref_t *ref_ptr)
Definition: H5R.c:77
H5_DLL herr_t H5Rget_obj_type3(H5R_ref_t *ref_ptr, hid_t rapl_id, H5O_type_t *obj_type)
Definition: H5R.c:733
H5_DLL herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t ref_type, hid_t space_id)
Definition: H5Rdeprec.c:223
H5_DLL herr_t H5Rcopy(const H5R_ref_t *src_ref_ptr, H5R_ref_t *dst_ref_ptr)
Definition: H5R.c:440
@ H5R_OBJECT2
Definition: H5Rpublic.h:52
H5_DLL H5G_obj_t H5Rget_obj_type1(hid_t id, H5R_type_t ref_type, const void *ref)
Definition: H5Rdeprec.c:98
H5_DLL ssize_t H5Rget_attr_name(const H5R_ref_t *ref_ptr, char *buf, size_t size)
Definition: H5R.c:901
H5_DLL hid_t H5Ropen_region(H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t oapl_id)
Definition: H5R.c:544
int64_t align
Definition: H5Rpublic.h:85
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL herr_t H5Rget_obj_type2(hid_t id, H5R_type_t ref_type, const void *ref, H5O_type_t *obj_type)
Definition: H5Rdeprec.c:339
H5_DLL herr_t H5Rcreate_region(hid_t loc_id, const char *name, hid_t space_id, hid_t oapl_id, H5R_ref_t *ref_ptr)
Definition: H5R.c:164
H5_DLL herr_t H5Rcreate_attr(hid_t loc_id, const char *name, const char *attr_name, hid_t oapl_id, H5R_ref_t *ref_ptr)
Definition: H5R.c:256
H5_DLL ssize_t H5Rget_obj_name(H5R_ref_t *ref_ptr, hid_t rapl_id, char *buf, size_t size)
Definition: H5R.c:842
#define H5R_DSET_REG_REF_BUF_SIZE
Definition: H5Rpublic.h:31
H5R_type_t
Definition: H5Rpublic.h:48
haddr_t hobj_ref_t
Definition: H5Rpublic.h:64
@ H5R_DATASET_REGION1
Definition: H5Rpublic.h:51
@ H5R_DATASET_REGION2
Definition: H5Rpublic.h:53
Definition: H5Rpublic.h:82
int herr_t
Definition: H5public.h:128
H5_DLL hid_t H5Rdereference2(hid_t obj_id, hid_t oapl_id, H5R_type_t ref_type, const void *ref)
Definition: H5Rdeprec.c:396
#define H5R_REF_BUF_SIZE
Definition: H5Rpublic.h:37
H5_DLL hid_t H5Ropen_attr(H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t aapl_id)
Definition: H5R.c:638
H5G_obj_t
Definition: H5Gpublic.h:120
H5_DLL hid_t H5Rdereference1(hid_t obj_id, H5R_type_t ref_type, const void *ref)
Definition: H5Rdeprec.c:158
@ H5R_MAXTYPE
Definition: H5Rpublic.h:55
H5O_type_t
Definition: H5Opublic.h:102