HDF5  1.12.0
H5PLpath.c File Reference

Functions

herr_t H5PL__create_path_table (void)
 
herr_t H5PL__close_path_table (void)
 
unsigned H5PL__get_num_paths (void)
 
herr_t H5PL__append_path (const char *path)
 
herr_t H5PL__prepend_path (const char *path)
 
herr_t H5PL__replace_path (const char *path, unsigned int idx)
 
herr_t H5PL__insert_path (const char *path, unsigned int idx)
 
herr_t H5PL__remove_path (unsigned int idx)
 
const char * H5PL__get_path (unsigned int idx)
 
herr_t H5PL__find_plugin_in_path_table (const H5PL_search_params_t *search_params, hbool_t *found, const void **plugin_info)
 

Function Documentation

◆ H5PL__append_path()

herr_t H5PL__append_path ( const char *  path)

References HDassert(), path, and ret_value.

Referenced by H5PLappend().

◆ H5PL__close_path_table()

herr_t H5PL__close_path_table ( void  )

References ret_value, and u.

Referenced by H5PL_term_package().

◆ H5PL__create_path_table()

herr_t H5PL__create_path_table ( void  )

References NULL, and ret_value.

◆ H5PL__find_plugin_in_path_table()

herr_t H5PL__find_plugin_in_path_table ( const H5PL_search_params_t search_params,
hbool_t found,
const void **  plugin_info 
)

References HDassert(), NULL, ret_value, and u.

◆ H5PL__get_num_paths()

unsigned H5PL__get_num_paths ( void  )

◆ H5PL__get_path()

const char* H5PL__get_path ( unsigned int  idx)

References NULL, and ret_value.

Referenced by H5PLget().

◆ H5PL__insert_path()

herr_t H5PL__insert_path ( const char *  path,
unsigned int  idx 
)

References HDassert(), path, and ret_value.

Referenced by H5PLinsert().

◆ H5PL__prepend_path()

herr_t H5PL__prepend_path ( const char *  path)

References HDassert(), path, and ret_value.

Referenced by H5PLprepend().

◆ H5PL__remove_path()

herr_t H5PL__remove_path ( unsigned int  idx)

References HDassert(), ret_value, and u.

Referenced by H5PLremove().

◆ H5PL__replace_path()

herr_t H5PL__replace_path ( const char *  path,
unsigned int  idx 
)

References HDassert(), path, and ret_value.

Referenced by H5PLreplace().