HDF5  1.12.0
Macros | Variables
H5B2cache.c File Reference
#include "H5B2module.h"
#include "H5private.h"
#include "H5B2pkg.h"
#include "H5Eprivate.h"
#include "H5WBprivate.h"

Macros

#define H5B2_HDR_VERSION   0 /* Header */
 
#define H5B2_INT_VERSION   0 /* Internal node */
 
#define H5B2_LEAF_VERSION   0 /* Leaf node */
 

Variables

const H5AC_class_t H5AC_BT2_HDR [1]
 
const H5AC_class_t H5AC_BT2_INT [1]
 
const H5AC_class_t H5AC_BT2_LEAF [1]
 

Macro Definition Documentation

◆ H5B2_HDR_VERSION

#define H5B2_HDR_VERSION   0 /* Header */

◆ H5B2_INT_VERSION

#define H5B2_INT_VERSION   0 /* Internal node */

◆ H5B2_LEAF_VERSION

#define H5B2_LEAF_VERSION   0 /* Leaf node */

Variable Documentation

◆ H5AC_BT2_HDR

const H5AC_class_t H5AC_BT2_HDR[1]
Initial value:
= {{
"v2 B-tree header",
H5B2__cache_hdr_get_initial_load_size,
NULL,
H5B2__cache_hdr_verify_chksum,
H5B2__cache_hdr_deserialize,
H5B2__cache_hdr_image_len,
NULL,
H5B2__cache_hdr_serialize,
H5B2__cache_hdr_notify,
H5B2__cache_hdr_free_icr,
NULL,
}}

◆ H5AC_BT2_INT

const H5AC_class_t H5AC_BT2_INT[1]
Initial value:
= {{
"v2 B-tree internal node",
H5B2__cache_int_get_initial_load_size,
NULL,
H5B2__cache_int_verify_chksum,
H5B2__cache_int_deserialize,
H5B2__cache_int_image_len,
NULL,
H5B2__cache_int_serialize,
H5B2__cache_int_notify,
H5B2__cache_int_free_icr,
NULL,
}}

◆ H5AC_BT2_LEAF

const H5AC_class_t H5AC_BT2_LEAF[1]
Initial value:
= {{
"v2 B-tree leaf node",
H5B2__cache_leaf_get_initial_load_size,
NULL,
H5B2__cache_leaf_verify_chksum,
H5B2__cache_leaf_deserialize,
H5B2__cache_leaf_image_len,
NULL,
H5B2__cache_leaf_serialize,
H5B2__cache_leaf_notify,
H5B2__cache_leaf_free_icr,
NULL,
}}
H5AC_BT2_INT_ID
@ H5AC_BT2_INT_ID
Definition: H5ACprivate.h:57
H5AC_BT2_LEAF_ID
@ H5AC_BT2_LEAF_ID
Definition: H5ACprivate.h:58
H5AC_BT2_HDR_ID
@ H5AC_BT2_HDR_ID
Definition: H5ACprivate.h:56
H5FD_MEM_BTREE
@ H5FD_MEM_BTREE
Definition: H5Fpublic.h:146
H5AC__CLASS_NO_FLAGS_SET
#define H5AC__CLASS_NO_FLAGS_SET
Definition: H5ACprivate.h:171