HDF5  1.12.0
Functions
H5Glink.c File Reference
#include "H5Gmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Gpkg.h"
#include "H5HLprivate.h"
#include "H5Iprivate.h"
#include "H5Lprivate.h"
#include "H5MMprivate.h"
#include "H5Ppublic.h"
#include "H5VLnative_private.h"

Functions

herr_t H5G__ent_to_link (H5O_link_t *lnk, const H5HL_t *heap, const H5G_entry_t *ent, const char *name)
 
herr_t H5G_link_to_info (const H5O_loc_t *link_loc, const H5O_link_t *lnk, H5L_info2_t *info)
 
herr_t H5G__link_to_loc (const H5G_loc_t *grp_loc, const H5O_link_t *lnk, H5G_loc_t *obj_loc)
 
herr_t H5G__link_sort_table (H5G_link_table_t *ltable, H5_index_t idx_type, H5_iter_order_t order)
 
herr_t H5G__link_iterate_table (const H5G_link_table_t *ltable, hsize_t skip, hsize_t *last_lnk, const H5G_lib_iterate_t op, void *op_data)
 
herr_t H5G__link_release_table (H5G_link_table_t *ltable)
 
herr_t H5G__link_name_replace (H5F_t *file, H5RS_str_t *grp_full_path_r, const H5O_link_t *lnk)
 

Function Documentation

◆ H5G__ent_to_link()

herr_t H5G__ent_to_link ( H5O_link_t lnk,
const H5HL_t heap,
const H5G_entry_t ent,
const char *  name 
)

◆ H5G__link_iterate_table()

herr_t H5G__link_iterate_table ( const H5G_link_table_t ltable,
hsize_t  skip,
hsize_t last_lnk,
const H5G_lib_iterate_t  op,
void *  op_data 
)

◆ H5G__link_name_replace()

herr_t H5G__link_name_replace ( H5F_t file,
H5RS_str_t grp_full_path_r,
const H5O_link_t lnk 
)

◆ H5G__link_release_table()

herr_t H5G__link_release_table ( H5G_link_table_t ltable)

◆ H5G__link_sort_table()

herr_t H5G__link_sort_table ( H5G_link_table_t ltable,
H5_index_t  idx_type,
H5_iter_order_t  order 
)

◆ H5G__link_to_loc()

herr_t H5G__link_to_loc ( const H5G_loc_t grp_loc,
const H5O_link_t lnk,
H5G_loc_t obj_loc 
)

◆ H5G_link_to_info()

herr_t H5G_link_to_info ( const H5O_loc_t link_loc,
const H5O_link_t lnk,
H5L_info2_t info 
)