HDF5  1.12.0
Functions
H5HFiter.c File Reference
#include "H5HFmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5HFpkg.h"
#include "H5VMprivate.h"

Functions

 H5FL_DEFINE (H5HF_block_loc_t)
 
herr_t H5HF_man_iter_init (H5HF_block_iter_t *biter)
 
herr_t H5HF__man_iter_start_offset (H5HF_hdr_t *hdr, H5HF_block_iter_t *biter, hsize_t offset)
 
herr_t H5HF_man_iter_set_entry (const H5HF_hdr_t *hdr, H5HF_block_iter_t *biter, unsigned entry)
 
herr_t H5HF_man_iter_start_entry (H5HF_hdr_t *hdr, H5HF_block_iter_t *biter, H5HF_indirect_t *iblock, unsigned start_entry)
 
herr_t H5HF_man_iter_reset (H5HF_block_iter_t *biter)
 
herr_t H5HF_man_iter_next (H5HF_hdr_t *hdr, H5HF_block_iter_t *biter, unsigned nentries)
 
herr_t H5HF_man_iter_up (H5HF_block_iter_t *biter)
 
herr_t H5HF_man_iter_down (H5HF_block_iter_t *biter, H5HF_indirect_t *iblock)
 
herr_t H5HF_man_iter_curr (H5HF_block_iter_t *biter, unsigned *row, unsigned *col, unsigned *entry, H5HF_indirect_t **block)
 
herr_t H5HF_man_iter_offset (H5HF_hdr_t *hdr, H5HF_block_iter_t *biter, hsize_t *offset)
 
hbool_t H5HF_man_iter_ready (H5HF_block_iter_t *biter)
 

Function Documentation

◆ H5FL_DEFINE()

H5FL_DEFINE ( H5HF_block_loc_t  )

◆ H5HF__man_iter_start_offset()

herr_t H5HF__man_iter_start_offset ( H5HF_hdr_t hdr,
H5HF_block_iter_t biter,
hsize_t  offset 
)

◆ H5HF_man_iter_curr()

herr_t H5HF_man_iter_curr ( H5HF_block_iter_t biter,
unsigned row,
unsigned col,
unsigned entry,
H5HF_indirect_t **  block 
)

◆ H5HF_man_iter_down()

herr_t H5HF_man_iter_down ( H5HF_block_iter_t biter,
H5HF_indirect_t iblock 
)

◆ H5HF_man_iter_init()

herr_t H5HF_man_iter_init ( H5HF_block_iter_t biter)

◆ H5HF_man_iter_next()

herr_t H5HF_man_iter_next ( H5HF_hdr_t hdr,
H5HF_block_iter_t biter,
unsigned  nentries 
)

◆ H5HF_man_iter_offset()

herr_t H5HF_man_iter_offset ( H5HF_hdr_t hdr,
H5HF_block_iter_t biter,
hsize_t offset 
)

◆ H5HF_man_iter_ready()

hbool_t H5HF_man_iter_ready ( H5HF_block_iter_t biter)

◆ H5HF_man_iter_reset()

herr_t H5HF_man_iter_reset ( H5HF_block_iter_t biter)

◆ H5HF_man_iter_set_entry()

herr_t H5HF_man_iter_set_entry ( const H5HF_hdr_t hdr,
H5HF_block_iter_t biter,
unsigned  entry 
)

◆ H5HF_man_iter_start_entry()

herr_t H5HF_man_iter_start_entry ( H5HF_hdr_t hdr,
H5HF_block_iter_t biter,
H5HF_indirect_t iblock,
unsigned  start_entry 
)

◆ H5HF_man_iter_up()

herr_t H5HF_man_iter_up ( H5HF_block_iter_t biter)