![]() |
HDF5
1.12.0
|
#include <H5HFpkg.h>
Data Fields | |
| H5FS_section_info_t | sect_info |
| union { | |
| struct { | |
| H5HF_indirect_t * parent | |
| unsigned par_entry | |
| } single | |
| struct { | |
| struct H5HF_free_section_t * under | |
| unsigned row | |
| unsigned col | |
| unsigned num_entries | |
| hbool_t checked_out | |
| } row | |
| struct { | |
| union { | |
| H5HF_indirect_t * iblock | |
| hsize_t iblock_off | |
| } u | |
| unsigned row | |
| unsigned col | |
| unsigned num_entries | |
| struct H5HF_free_section_t * parent | |
| unsigned par_entry | |
| hsize_t span_size | |
| unsigned iblock_entries | |
| unsigned rc | |
| unsigned dir_nrows | |
| struct H5HF_free_section_t ** dir_rows | |
| unsigned indir_nents | |
| struct H5HF_free_section_t ** indir_ents | |
| } indirect | |
| } | u |
| hbool_t checked_out |
| unsigned col |
| unsigned dir_nrows |
| struct H5HF_free_section_t** dir_rows |
| H5HF_indirect_t* iblock |
| unsigned iblock_entries |
| hsize_t iblock_off |
| struct H5HF_free_section_t** indir_ents |
| unsigned indir_nents |
| struct { ... } indirect |
| unsigned num_entries |
| unsigned par_entry |
| H5HF_indirect_t* parent |
| struct H5HF_free_section_t* parent |
| unsigned rc |
| unsigned row |
| struct { ... } row |
| H5FS_section_info_t sect_info |
| struct { ... } single |
| hsize_t span_size |
| union { ... } u |
| union { ... } u |
| struct H5HF_free_section_t* under |
1.8.18