HDF5  1.12.0
H5Oefl.c File Reference

Functions

hsize_t H5O_efl_total_size (H5O_efl_t *efl)
 

Variables

const H5O_msg_class_t H5O_MSG_EFL [1]
 

Function Documentation

◆ H5O_efl_total_size()

hsize_t H5O_efl_total_size ( H5O_efl_t efl)

Variable Documentation

◆ H5O_MSG_EFL

const H5O_msg_class_t H5O_MSG_EFL[1]
Initial value:
= {{
H5O_EFL_ID,
"external file list",
sizeof(H5O_efl_t),
0,
H5O_efl_decode,
H5O_efl_encode,
H5O_efl_copy,
H5O_efl_size,
H5O__efl_reset,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__efl_copy_file,
NULL,
NULL,
NULL,
H5O__efl_debug
}}
NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637
H5O_efl_t
struct H5O_efl_t H5O_efl_t