Go to the source code of this file.
|
static H5_INLINE void * | H5O_SHARED_DECODE (H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, unsigned mesg_flags, unsigned *ioflags, size_t p_size, const uint8_t *p) |
|
static H5_INLINE herr_t | H5O_SHARED_ENCODE (H5F_t *f, hbool_t disable_shared, uint8_t *p, const void *_mesg) |
|
static H5_INLINE size_t | H5O_SHARED_SIZE (const H5F_t *f, hbool_t disable_shared, const void *_mesg) |
|
static H5_INLINE herr_t | H5O_SHARED_DELETE (H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, void *_mesg) |
|
static H5_INLINE herr_t | H5O_SHARED_LINK (H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, void *_mesg) |
|
static H5_INLINE void * | H5O_SHARED_COPY_FILE (H5F_t *file_src, void *_native_src, H5F_t *file_dst, hbool_t *recompute_size, unsigned *mesg_flags, H5O_copy_t *cpy_info, void *udata, hid_t dxpl_id) |
|
static H5_INLINE herr_t | H5O_SHARED_POST_COPY_FILE (const H5O_loc_t *oloc_src, const void *mesg_src, H5O_loc_t *oloc_dst, void *mesg_dst, unsigned *mesg_flags, hid_t dxpl_id, H5O_copy_t *cpy_info) |
|
static H5_INLINE herr_t | H5O_SHARED_DEBUG (H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *stream, int indent, int fwidth) |
|
◆ H5O_SHARED_COPY_FILE()
static H5_INLINE void* H5O_SHARED_COPY_FILE |
( |
H5F_t * |
file_src, |
|
|
void * |
_native_src, |
|
|
H5F_t * |
file_dst, |
|
|
hbool_t * |
recompute_size, |
|
|
unsigned * |
mesg_flags, |
|
|
H5O_copy_t * |
cpy_info, |
|
|
void * |
udata, |
|
|
hid_t |
dxpl_id |
|
) |
| |
|
static |
◆ H5O_SHARED_DEBUG()
static H5_INLINE herr_t H5O_SHARED_DEBUG |
( |
H5F_t * |
f, |
|
|
hid_t |
dxpl_id, |
|
|
const void * |
_mesg, |
|
|
FILE * |
stream, |
|
|
int |
indent, |
|
|
int |
fwidth |
|
) |
| |
|
static |
◆ H5O_SHARED_DECODE()
static H5_INLINE void* H5O_SHARED_DECODE |
( |
H5F_t * |
f, |
|
|
hid_t |
dxpl_id, |
|
|
H5O_t * |
open_oh, |
|
|
unsigned |
mesg_flags, |
|
|
unsigned * |
ioflags, |
|
|
size_t |
p_size, |
|
|
const uint8_t * |
p |
|
) |
| |
|
static |
◆ H5O_SHARED_DELETE()
◆ H5O_SHARED_ENCODE()
◆ H5O_SHARED_LINK()
◆ H5O_SHARED_POST_COPY_FILE()
static H5_INLINE herr_t H5O_SHARED_POST_COPY_FILE |
( |
const H5O_loc_t * |
oloc_src, |
|
|
const void * |
mesg_src, |
|
|
H5O_loc_t * |
oloc_dst, |
|
|
void * |
mesg_dst, |
|
|
unsigned * |
mesg_flags, |
|
|
hid_t |
dxpl_id, |
|
|
H5O_copy_t * |
cpy_info |
|
) |
| |
|
static |
◆ H5O_SHARED_SIZE()