![]() |
HDF5
1.12.0
|
#include "H5Dmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Dpkg.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5FLprivate.h"#include "H5Gprivate.h"#include "H5HGprivate.h"#include "H5Iprivate.h"#include "H5MMprivate.h"#include "H5Oprivate.h"#include "H5Pprivate.h"#include "H5Sprivate.h"#include "H5VLprivate.h"Macros | |
| #define | H5D_VIRTUAL_DEF_SUB_DSET_SIZE 128 |
Variables | |
| const H5D_layout_ops_t | H5D_LOPS_VIRTUAL [1] |
| #define H5D_VIRTUAL_DEF_SUB_DSET_SIZE 128 |
| herr_t H5D__virtual_copy | ( | H5F_t * | f_dst, |
| H5O_layout_t * | layout_dst | ||
| ) |
| herr_t H5D__virtual_copy_layout | ( | H5O_layout_t * | layout | ) |
| herr_t H5D__virtual_delete | ( | H5F_t * | f, |
| H5O_storage_t * | storage | ||
| ) |
| herr_t H5D__virtual_hold_source_dset_files | ( | const H5D_t * | dset, |
| H5D_virtual_held_file_t ** | head | ||
| ) |
| hbool_t H5D__virtual_is_space_alloc | ( | const H5O_storage_t H5_ATTR_UNUSED * | storage | ) |
| herr_t H5D__virtual_release_source_dset_files | ( | H5D_virtual_held_file_t * | head | ) |
| herr_t H5D__virtual_reset_layout | ( | H5O_layout_t * | layout | ) |
| herr_t H5D__virtual_store_layout | ( | H5F_t * | f, |
| H5O_layout_t * | layout | ||
| ) |
| herr_t H5D_virtual_check_mapping_post | ( | const H5O_storage_virtual_ent_t * | ent | ) |
| herr_t H5D_virtual_check_mapping_pre | ( | const H5S_t * | vspace, |
| const H5S_t * | src_space, | ||
| H5O_virtual_space_status_t | space_status | ||
| ) |
| herr_t H5D_virtual_free_parsed_name | ( | H5O_storage_virtual_name_seg_t * | name_seg | ) |
| herr_t H5D_virtual_parse_source_name | ( | const char * | source_name, |
| H5O_storage_virtual_name_seg_t ** | parsed_name, | ||
| size_t * | static_strlen, | ||
| size_t * | nsubs | ||
| ) |
| herr_t H5D_virtual_update_min_dims | ( | H5O_layout_t * | layout, |
| size_t | idx | ||
| ) |
| H5FL_DEFINE | ( | H5O_storage_virtual_name_seg_t | ) |
| H5FL_DEFINE_STATIC | ( | H5D_virtual_held_file_t | ) |
| const H5D_layout_ops_t H5D_LOPS_VIRTUAL[1] |
1.8.18