![]() |
HDF5
1.12.0
|
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) |
| herr_t H5PL__append_path | ( | const char * | path | ) |
References HDassert(), path, and ret_value.
Referenced by H5PLappend().
| herr_t H5PL__close_path_table | ( | void | ) |
Referenced by H5PL_term_package().
| 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.
| unsigned H5PL__get_num_paths | ( | void | ) |
References FUNC_LEAVE_NOAPI().
Referenced by H5PLget(), H5PLinsert(), H5PLremove(), H5PLreplace(), and H5PLsize().
| const char* H5PL__get_path | ( | unsigned int | idx | ) |
| herr_t H5PL__insert_path | ( | const char * | path, |
| unsigned int | idx | ||
| ) |
References HDassert(), path, and ret_value.
Referenced by H5PLinsert().
| herr_t H5PL__prepend_path | ( | const char * | path | ) |
References HDassert(), path, and ret_value.
Referenced by H5PLprepend().
| herr_t H5PL__remove_path | ( | unsigned int | idx | ) |
References HDassert(), ret_value, and u.
Referenced by H5PLremove().
| herr_t H5PL__replace_path | ( | const char * | path, |
| unsigned int | idx | ||
| ) |
References HDassert(), path, and ret_value.
Referenced by H5PLreplace().