HDF5  1.12.0
Data Structures | Typedefs | Functions | Variables
H5Defl.c File Reference
#include "H5Dmodule.h"
#include "H5private.h"
#include "H5Dpkg.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5HLprivate.h"
#include "H5MMprivate.h"
#include "H5VMprivate.h"

Data Structures

struct  H5D_efl_readvv_ud_t
 
struct  H5D_efl_writevv_ud_t
 

Typedefs

typedef struct H5D_efl_readvv_ud_t H5D_efl_readvv_ud_t
 
typedef struct H5D_efl_writevv_ud_t H5D_efl_writevv_ud_t
 

Functions

hbool_t H5D__efl_is_space_alloc (const H5O_storage_t H5_ATTR_UNUSED *storage)
 
herr_t H5D__efl_bh_info (H5F_t *f, H5O_efl_t *efl, hsize_t *heap_size)
 

Variables

const H5D_layout_ops_t H5D_LOPS_EFL [1]
 

Typedef Documentation

◆ H5D_efl_readvv_ud_t

◆ H5D_efl_writevv_ud_t

Function Documentation

◆ H5D__efl_bh_info()

herr_t H5D__efl_bh_info ( H5F_t f,
H5O_efl_t efl,
hsize_t heap_size 
)

◆ H5D__efl_is_space_alloc()

hbool_t H5D__efl_is_space_alloc ( const H5O_storage_t H5_ATTR_UNUSED storage)

Variable Documentation

◆ H5D_LOPS_EFL

const H5D_layout_ops_t H5D_LOPS_EFL[1]
Initial value:
= {{
H5D__efl_construct,
NULL,
NULL,
H5D__efl_io_init,
H5D__efl_readvv,
H5D__efl_writevv,
NULL,
NULL,
NULL
}}
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
H5D__efl_is_space_alloc
hbool_t H5D__efl_is_space_alloc(const H5O_storage_t H5_ATTR_UNUSED *storage)
Definition: H5Defl.c:199