HDF5  1.12.0
Macros | Functions
H5HFtest.c File Reference
#include "H5HFmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5HFpkg.h"
#include "H5MMprivate.h"

Macros

#define H5HF_TESTING   /*suppress warning about H5HF testing funcs*/
 

Functions

herr_t H5HF_get_cparam_test (const H5HF_t *fh, H5HF_create_t *cparam)
 
int H5HF_cmp_cparam_test (const H5HF_create_t *cparam1, const H5HF_create_t *cparam2)
 
unsigned H5HF_get_max_root_rows (const H5HF_t *fh)
 
unsigned H5HF_get_dtable_width_test (const H5HF_t *fh)
 
unsigned H5HF_get_dtable_max_drows_test (const H5HF_t *fh)
 
unsigned H5HF_get_iblock_max_drows_test (const H5HF_t *fh, unsigned pos)
 
hsize_t H5HF_get_dblock_size_test (const H5HF_t *fh, unsigned row)
 
hsize_t H5HF_get_dblock_free_test (const H5HF_t *fh, unsigned row)
 
herr_t H5HF_get_id_off_test (const H5HF_t *fh, const void *_id, hsize_t *obj_off)
 
herr_t H5HF_get_id_type_test (const void *_id, unsigned char *obj_type)
 
herr_t H5HF_get_tiny_info_test (const H5HF_t *fh, size_t *max_len, hbool_t *len_extended)
 
herr_t H5HF_get_huge_info_test (const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct)
 

Macro Definition Documentation

◆ H5HF_TESTING

#define H5HF_TESTING   /*suppress warning about H5HF testing funcs*/

Function Documentation

◆ H5HF_cmp_cparam_test()

int H5HF_cmp_cparam_test ( const H5HF_create_t cparam1,
const H5HF_create_t cparam2 
)

◆ H5HF_get_cparam_test()

herr_t H5HF_get_cparam_test ( const H5HF_t fh,
H5HF_create_t cparam 
)

◆ H5HF_get_dblock_free_test()

hsize_t H5HF_get_dblock_free_test ( const H5HF_t fh,
unsigned  row 
)

◆ H5HF_get_dblock_size_test()

hsize_t H5HF_get_dblock_size_test ( const H5HF_t fh,
unsigned  row 
)

◆ H5HF_get_dtable_max_drows_test()

unsigned H5HF_get_dtable_max_drows_test ( const H5HF_t fh)

◆ H5HF_get_dtable_width_test()

unsigned H5HF_get_dtable_width_test ( const H5HF_t fh)

◆ H5HF_get_huge_info_test()

herr_t H5HF_get_huge_info_test ( const H5HF_t fh,
hsize_t next_id,
hbool_t ids_direct 
)

◆ H5HF_get_iblock_max_drows_test()

unsigned H5HF_get_iblock_max_drows_test ( const H5HF_t fh,
unsigned  pos 
)

◆ H5HF_get_id_off_test()

herr_t H5HF_get_id_off_test ( const H5HF_t fh,
const void *  _id,
hsize_t obj_off 
)

◆ H5HF_get_id_type_test()

herr_t H5HF_get_id_type_test ( const void *  _id,
unsigned char *  obj_type 
)

◆ H5HF_get_max_root_rows()

unsigned H5HF_get_max_root_rows ( const H5HF_t fh)

◆ H5HF_get_tiny_info_test()

herr_t H5HF_get_tiny_info_test ( const H5HF_t fh,
size_t max_len,
hbool_t len_extended 
)