HDF5  1.12.0
Macros | Functions
H5Dtest.c File Reference
#include "H5Dmodule.h"
#include "H5private.h"
#include "H5Dpkg.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5VLprivate.h"

Macros

#define H5D_TESTING   /*suppress warning about H5D testing funcs*/
 

Functions

herr_t H5D__layout_version_test (hid_t did, unsigned *version)
 
herr_t H5D__layout_contig_size_test (hid_t did, hsize_t *size)
 
herr_t H5D__layout_compact_dirty_test (hid_t did, hbool_t *dirty)
 
herr_t H5D__layout_type_test (hid_t did, H5D_layout_t *layout_type)
 
herr_t H5D__layout_idx_type_test (hid_t did, H5D_chunk_index_t *idx_type)
 
herr_t H5D__current_cache_size_test (hid_t did, size_t *nbytes_used, int *nused)
 

Macro Definition Documentation

◆ H5D_TESTING

#define H5D_TESTING   /*suppress warning about H5D testing funcs*/

Function Documentation

◆ H5D__current_cache_size_test()

herr_t H5D__current_cache_size_test ( hid_t  did,
size_t nbytes_used,
int nused 
)

◆ H5D__layout_compact_dirty_test()

herr_t H5D__layout_compact_dirty_test ( hid_t  did,
hbool_t dirty 
)

◆ H5D__layout_contig_size_test()

herr_t H5D__layout_contig_size_test ( hid_t  did,
hsize_t size 
)

◆ H5D__layout_idx_type_test()

herr_t H5D__layout_idx_type_test ( hid_t  did,
H5D_chunk_index_t idx_type 
)

◆ H5D__layout_type_test()

herr_t H5D__layout_type_test ( hid_t  did,
H5D_layout_t layout_type 
)

◆ H5D__layout_version_test()

herr_t H5D__layout_version_test ( hid_t  did,
unsigned version 
)