HDF5  1.12.0
H5Dfarray.c File Reference

Data Structures

struct  H5D_farray_ctx_ud_t
 
struct  H5D_farray_ctx_t
 
struct  H5D_farray_it_ud_t
 
struct  H5D_farray_filt_elmt_t
 

Typedefs

typedef struct H5D_farray_ctx_ud_t H5D_farray_ctx_ud_t
 
typedef struct H5D_farray_ctx_t H5D_farray_ctx_t
 
typedef struct H5D_farray_it_ud_t H5D_farray_it_ud_t
 
typedef struct H5D_farray_filt_elmt_t H5D_farray_filt_elmt_t
 

Functions

 H5FL_DEFINE_STATIC (H5D_farray_ctx_t)
 
 H5FL_DEFINE_STATIC (H5D_farray_ctx_ud_t)
 

Variables

const H5D_chunk_ops_t H5D_COPS_FARRAY [1]
 
const H5FA_class_t H5FA_CLS_CHUNK [1]
 
const H5FA_class_t H5FA_CLS_FILT_CHUNK [1]
 

Typedef Documentation

◆ H5D_farray_ctx_t

◆ H5D_farray_ctx_ud_t

◆ H5D_farray_filt_elmt_t

◆ H5D_farray_it_ud_t

Function Documentation

◆ H5FL_DEFINE_STATIC() [1/2]

H5FL_DEFINE_STATIC ( H5D_farray_ctx_t  )

◆ H5FL_DEFINE_STATIC() [2/2]

H5FL_DEFINE_STATIC ( H5D_farray_ctx_ud_t  )

Variable Documentation

◆ H5D_COPS_FARRAY

const H5D_chunk_ops_t H5D_COPS_FARRAY[1]
Initial value:
= {{
TRUE,
H5D__farray_idx_init,
H5D__farray_idx_create,
H5D__farray_idx_is_space_alloc,
H5D__farray_idx_insert,
H5D__farray_idx_get_addr,
NULL,
H5D__farray_idx_iterate,
H5D__farray_idx_remove,
H5D__farray_idx_delete,
H5D__farray_idx_copy_setup,
H5D__farray_idx_copy_shutdown,
H5D__farray_idx_size,
H5D__farray_idx_reset,
H5D__farray_idx_dump,
H5D__farray_idx_dest
}}

Referenced by H5D__layout_set_io_ops(), and H5D__layout_set_latest_indexing().

◆ H5FA_CLS_CHUNK

const H5FA_class_t H5FA_CLS_CHUNK[1]
Initial value:
={{
"Chunk w/o filters",
sizeof(haddr_t),
H5D__farray_crt_context,
H5D__farray_dst_context,
H5D__farray_fill,
H5D__farray_encode,
H5D__farray_decode,
H5D__farray_debug,
H5D__farray_crt_dbg_context,
H5D__farray_dst_dbg_context
}}

◆ H5FA_CLS_FILT_CHUNK

const H5FA_class_t H5FA_CLS_FILT_CHUNK[1]
Initial value:
={{
"Chunk w/filters",
H5D__farray_crt_context,
H5D__farray_dst_context,
H5D__farray_filt_fill,
H5D__farray_filt_encode,
H5D__farray_filt_decode,
H5D__farray_filt_debug,
H5D__farray_crt_dbg_context,
H5D__farray_dst_dbg_context
}}
H5D_farray_filt_elmt_t
struct H5D_farray_filt_elmt_t H5D_farray_filt_elmt_t
NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637
H5FA_CLS_CHUNK_ID
@ H5FA_CLS_CHUNK_ID
Definition: H5FAprivate.h:48
H5FA_CLS_FILT_CHUNK_ID
@ H5FA_CLS_FILT_CHUNK_ID
Definition: H5FAprivate.h:49
haddr_t
unsigned long haddr_t
Definition: H5public.h:207