HDF5  1.12.0
H5Gent.c File Reference

Functions

 H5FL_BLK_EXTERN (str_buf)
 
herr_t H5G__ent_decode_vec (const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent, unsigned n)
 
herr_t H5G_ent_decode (const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent)
 
herr_t H5G__ent_encode_vec (const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n)
 
herr_t H5G_ent_encode (const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent)
 
void H5G__ent_copy (H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth)
 
void H5G__ent_reset (H5G_entry_t *ent)
 
herr_t H5G__ent_convert (H5F_t *f, H5HL_t *heap, const char *name, const H5O_link_t *lnk, H5O_type_t obj_type, const void *crt_info, H5G_entry_t *ent)
 
herr_t H5G__ent_debug (const H5G_entry_t *ent, FILE *stream, int indent, int fwidth, const H5HL_t *heap)
 

Function Documentation

◆ H5FL_BLK_EXTERN()

H5FL_BLK_EXTERN ( str_buf  )

◆ H5G__ent_convert()

◆ H5G__ent_copy()

void H5G__ent_copy ( H5G_entry_t dst,
const H5G_entry_t src,
H5_copy_depth_t  depth 
)

◆ H5G__ent_debug()

◆ H5G__ent_decode_vec()

herr_t H5G__ent_decode_vec ( const H5F_t f,
const uint8_t **  pp,
const uint8_t p_end,
H5G_entry_t ent,
unsigned  n 
)

◆ H5G__ent_encode_vec()

herr_t H5G__ent_encode_vec ( const H5F_t f,
uint8_t **  pp,
const H5G_entry_t ent,
unsigned  n 
)

◆ H5G__ent_reset()

void H5G__ent_reset ( H5G_entry_t ent)

◆ H5G_ent_decode()

◆ H5G_ent_encode()