HDF5  1.12.0
Functions | Variables
H5Dcompact.c File Reference
#include "H5Dmodule.h"
#include "H5private.h"
#include "H5Dpkg.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5FDprivate.h"
#include "H5FLprivate.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"
#include "H5Oprivate.h"
#include "H5VMprivate.h"

Functions

 H5FL_BLK_EXTERN (type_conv)
 
herr_t H5D__compact_fill (const H5D_t *dset)
 
herr_t H5D__compact_copy (H5F_t *f_src, H5O_storage_compact_t *_storage_src, H5F_t *f_dst, H5O_storage_compact_t *storage_dst, H5T_t *dt_src, H5O_copy_t *cpy_info)
 

Variables

const H5D_layout_ops_t H5D_LOPS_COMPACT [1]
 

Function Documentation

◆ H5D__compact_copy()

herr_t H5D__compact_copy ( H5F_t f_src,
H5O_storage_compact_t _storage_src,
H5F_t f_dst,
H5O_storage_compact_t storage_dst,
H5T_t dt_src,
H5O_copy_t cpy_info 
)

◆ H5D__compact_fill()

herr_t H5D__compact_fill ( const H5D_t dset)

◆ H5FL_BLK_EXTERN()

H5FL_BLK_EXTERN ( type_conv  )

Variable Documentation

◆ H5D_LOPS_COMPACT

const H5D_layout_ops_t H5D_LOPS_COMPACT[1]
Initial value:
= {{
H5D__compact_construct,
NULL,
H5D__compact_is_space_alloc,
NULL,
H5D__compact_io_init,
H5D__compact_readvv,
H5D__compact_writevv,
H5D__compact_flush,
NULL,
H5D__compact_dest
}}
H5D__contig_read
herr_t H5D__contig_read(H5D_io_info_t *io_info, const H5D_type_info_t *type_info, hsize_t nelmts, const H5S_t *file_space, const H5S_t *mem_space, H5D_chunk_map_t H5_ATTR_UNUSED *fm)
Definition: H5Dcontig.c:605
H5D__contig_write
herr_t H5D__contig_write(H5D_io_info_t *io_info, const H5D_type_info_t *type_info, hsize_t nelmts, const H5S_t *file_space, const H5S_t *mem_space, H5D_chunk_map_t H5_ATTR_UNUSED *fm)
Definition: H5Dcontig.c:642