![]() |
HDF5
1.12.0
|
Typedefs | |
| typedef struct H5HL_t | H5HL_t |
Functions | |
| H5_DLL herr_t | H5HL_create (H5F_t *f, size_t size_hint, haddr_t *addr) |
| H5_DLL herr_t | H5HL_delete (H5F_t *f, haddr_t addr) |
| H5_DLL herr_t | H5HL_get_size (H5F_t *f, haddr_t addr, size_t *size) |
| H5_DLL herr_t | H5HL_heapsize (H5F_t *f, haddr_t addr, hsize_t *heap_size) |
| H5_DLL size_t | H5HL_insert (H5F_t *f, H5HL_t *heap, size_t size, const void *buf) |
| H5_DLL void * | H5HL_offset_into (const H5HL_t *heap, size_t offset) |
| H5_DLL H5HL_t * | H5HL_protect (H5F_t *f, haddr_t addr, unsigned flags) |
| H5_DLL herr_t | H5HL_remove (H5F_t *f, H5HL_t *heap, size_t offset, size_t size) |
| H5_DLL herr_t | H5HL_unprotect (H5HL_t *heap) |
| H5_DLL herr_t | H5HL_debug (H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth) |
Referenced by H5D__layout_oh_create(), and H5G__stab_create_components().
Referenced by H5G__stab_delete().
Referenced by H5G__lheap_size_test().
Referenced by H5D__efl_bh_info(), and H5G__stab_bh_size().
Referenced by H5D__layout_oh_create(), H5G__ent_convert(), and H5G__stab_create_components().
| H5_DLL void* H5HL_offset_into | ( | const H5HL_t * | heap, |
| size_t | offset | ||
| ) |
Referenced by H5G__ent_debug(), H5G__ent_to_link(), H5G__node_build_table(), H5G__node_copy(), H5G__node_iterate(), and H5G_node_debug().
Referenced by H5D__layout_oh_create(), H5G__node_copy(), H5G__stab_create_components(), H5G__stab_delete(), H5G__stab_get_name_by_idx(), H5G__stab_insert_real(), H5G__stab_iterate(), H5G__stab_lookup(), H5G__stab_lookup_by_idx(), H5G__stab_remove(), H5G__stab_remove_by_idx(), H5G__stab_valid(), H5G__verify_cached_stab_test(), and H5G_node_debug().