 |
HDF5
1.12.0
|
Go to the documentation of this file.
25 #ifndef _H5HFprivate_H
26 #define _H5HFprivate_H
39 #define H5HF_MAX_ID_LEN (4096 + 1)
127 #ifdef H5HF_DEBUGGING
H5_DLL H5HF_t * H5HF_create(H5F_t *f, const H5HF_create_t *cparam)
Definition: H5HF.c:155
unsigned max_index
Definition: H5HFprivate.h:51
H5_DLL herr_t H5HF_close(H5HF_t *fh)
Definition: H5HF.c:820
hsize_t man_alloc_size
Definition: H5HFprivate.h:75
hsize_t tiny_size
Definition: H5HFprivate.h:85
iblock size
Definition: H5EAcache.c:787
hdr f
Definition: H5EA.c:755
size_t start_block_size
Definition: H5HFprivate.h:49
herr_t(* H5HF_operator_t)(const void *obj, size_t obj_len, void *op_data)
Definition: H5HFprivate.h:93
hsize_t man_free_space
Definition: H5HFprivate.h:77
uint32_t
Definition: H5overflow.txt:38
H5_DLL herr_t H5HF_insert(H5HF_t *fh, size_t size, const void *obj, void *id)
Definition: H5HF.c:352
uint32_t max_man_size
Definition: H5HFprivate.h:62
CATCH haddr_t
Definition: H5EAdblock.c:162
*s *s indent
Definition: H5HLdbg.c:111
Definition: H5Oprivate.h:701
H5_DLL herr_t H5HF_size(const H5HF_t *fh, hsize_t *heap_size)
Definition: H5HFstat.c:126
Definition: H5HFprivate.h:47
hbool_t checksum_dblocks
Definition: H5HFprivate.h:61
unsigned width
Definition: H5HFprivate.h:48
H5_DLL H5HF_t * H5HF_open(H5F_t *f, haddr_t fh_addr)
Definition: H5HF.c:223
H5_DLL herr_t H5HF_write(H5HF_t *fh, void *id, hbool_t *id_changed, const void *obj)
struct H5HF_dtable_cparam_t H5HF_dtable_cparam_t
H5_DLL herr_t H5HF_get_heap_addr(const H5HF_t *fh, haddr_t *heap_addr)
Definition: H5HF.c:320
H5_DLL herr_t H5HF_get_obj_len(H5HF_t *fh, const void *id, size_t *obj_len_p)
Definition: H5HF.c:418
uint16_t
Definition: H5overflow.txt:37
hsize_t huge_nobjs
Definition: H5HFprivate.h:82
Invalid arguments to routine Resource unavailable Internal File accessibility Low level I O Function entry exit Object atom Object cache Links B Tree node Symbol table Heap Object header Datatype Dataspace Dataset Data storage Property lists Attribute Data filters External file list References Virtual File Layer Virtual Object Layer Ternary Search Trees Reference Counted Strings Error API Skip Lists Free Space Manager Shared Object Header Messages Extensible Array Fixed Array Plugin for dynamically loaded library Page Buffering API Context Map No error Argument errors Resource errors File accessibility errors FILE
Definition: H5err.txt:88
Definition: H5HFprivate.h:72
herr_t H5HF_sects_debug(H5F_t *f, haddr_t fh_addr, FILE *stream, int indent, int fwidth)
Definition: H5HFdbg.c:881
hsize_t huge_size
Definition: H5HFprivate.h:81
unsigned start_root_rows
Definition: H5HFprivate.h:52
*s *s fwidth
Definition: H5HLdbg.c:111
H5_DLL herr_t H5HF_get_obj_off(H5HF_t *fh, const void *_id, hsize_t *obj_off_p)
Definition: H5HF.c:480
hsize_t man_size
Definition: H5HFprivate.h:74
uint16_t id_len
Definition: H5HFprivate.h:64
hsize_t man_nobjs
Definition: H5HFprivate.h:78
H5_DLL herr_t H5HF_get_id_len(H5HF_t *fh, size_t *id_len_p)
Definition: H5HF.c:289
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL herr_t H5HF_read(H5HF_t *fh, const void *id, void *obj)
Definition: H5HF.c:542
H5_DLL herr_t H5HF_op(H5HF_t *fh, const void *id, H5HF_operator_t op, void *op_data)
Definition: H5HF.c:690
struct H5HF_create_t H5HF_create_t
struct H5HF_stat_t H5HF_stat_t
Definition: H5HFprivate.h:59
int herr_t
Definition: H5public.h:128
bool hbool_t
Definition: H5public.h:159
hsize_t tiny_nobjs
Definition: H5HFprivate.h:86
Definition: H5HFpkg.h:459
H5HF_dtable_cparam_t managed
Definition: H5HFprivate.h:60
hsize_t man_iter_off
Definition: H5HFprivate.h:76
hsize_t
Definition: H5overflow.txt:44
H5_DLL herr_t H5HF_id_print(H5HF_t *fh, const void *id, FILE *stream, int indent, int fwidth)
Definition: H5HFdbg.c:114
H5_DLL herr_t H5HF_remove(H5HF_t *fh, const void *id)
Definition: H5HF.c:755
size_t max_direct_size
Definition: H5HFprivate.h:50
H5O_pline_t pline
Definition: H5HFprivate.h:68
H5_DLL herr_t H5HF_delete(H5F_t *f, haddr_t fh_addr)
Definition: H5HF.c:917
H5_DLL herr_t H5HF_stat_info(const H5HF_t *fh, H5HF_stat_t *stats)
Definition: H5HFstat.c:86