![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5PL_search_params_t |
Typedefs | |
| typedef H5PL_type_t(__cdecl * | H5PL_get_plugin_type_t) (void) |
| typedef const void *(__cdecl * | H5PL_get_plugin_info_t) (void) |
| typedef struct H5PL_search_params_t | H5PL_search_params_t |
Functions | |
| H5_DLL herr_t | H5PL__get_plugin_control_mask (unsigned int *mask) |
| H5_DLL herr_t | H5PL__set_plugin_control_mask (unsigned int mask) |
| H5_DLL herr_t | H5PL__open (const char *libname, H5PL_type_t type, const H5PL_key_t *key, hbool_t *success, const void **plugin_info) |
| H5_DLL herr_t | H5PL__close (H5PL_HANDLE handle) |
| H5_DLL herr_t | H5PL__create_plugin_cache (void) |
| H5_DLL herr_t | H5PL__close_plugin_cache (hbool_t *already_closed) |
| H5_DLL herr_t | H5PL__add_plugin (H5PL_type_t type, const H5PL_key_t *key, H5PL_HANDLE handle) |
| H5_DLL herr_t | H5PL__find_plugin_in_cache (const H5PL_search_params_t *search_params, hbool_t *found, const void **plugin_info) |
| H5_DLL herr_t | H5PL__create_path_table (void) |
| H5_DLL herr_t | H5PL__close_path_table (void) |
| H5_DLL unsigned | H5PL__get_num_paths (void) |
| H5_DLL herr_t | H5PL__append_path (const char *path) |
| H5_DLL herr_t | H5PL__prepend_path (const char *path) |
| H5_DLL herr_t | H5PL__replace_path (const char *path, unsigned int index) |
| H5_DLL herr_t | H5PL__insert_path (const char *path, unsigned int index) |
| H5_DLL herr_t | H5PL__remove_path (unsigned int index) |
| H5_DLL const char * | H5PL__get_path (unsigned int index) |
| H5_DLL herr_t | H5PL__find_plugin_in_path_table (const H5PL_search_params_t *search_params, hbool_t *found, const void **plugin_info) |
| typedef const void *(* H5PL_get_plugin_info_t)(void) |
| typedef H5PL_type_t(* H5PL_get_plugin_type_t)(void) |
| typedef struct H5PL_search_params_t H5PL_search_params_t |
| H5_DLL herr_t H5PL__add_plugin | ( | H5PL_type_t | type, |
| const H5PL_key_t * | key, | ||
| H5PL_HANDLE | handle | ||
| ) |
References ret_value.
Referenced by H5_GCC_DIAG_OFF().
| H5_DLL herr_t H5PL__append_path | ( | const char * | path | ) |
References HDassert(), path, and ret_value.
Referenced by H5PLappend().
| H5_DLL herr_t H5PL__close | ( | H5PL_HANDLE | handle | ) |
Referenced by H5_GCC_DIAG_OFF().
| H5_DLL herr_t H5PL__close_path_table | ( | void | ) |
Referenced by H5PL_term_package().
Referenced by H5PL_term_package().
| H5_DLL herr_t H5PL__find_plugin_in_cache | ( | const H5PL_search_params_t * | search_params, |
| hbool_t * | found, | ||
| const void ** | plugin_info | ||
| ) |
| H5_DLL 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.
| H5_DLL unsigned H5PL__get_num_paths | ( | void | ) |
References FUNC_LEAVE_NOAPI().
Referenced by H5PLget(), H5PLinsert(), H5PLremove(), H5PLreplace(), and H5PLsize().
| H5_DLL const char* H5PL__get_path | ( | unsigned int | index | ) |
| H5_DLL herr_t H5PL__get_plugin_control_mask | ( | unsigned int * | mask | ) |
References HDassert(), and ret_value.
Referenced by H5PLget_loading_state().
| H5_DLL herr_t H5PL__insert_path | ( | const char * | path, |
| unsigned int | index | ||
| ) |
References HDassert(), path, and ret_value.
Referenced by H5PLinsert().
| H5_DLL herr_t H5PL__open | ( | const char * | libname, |
| H5PL_type_t | type, | ||
| const H5PL_key_t * | key, | ||
| hbool_t * | success, | ||
| const void ** | plugin_info | ||
| ) |
| H5_DLL herr_t H5PL__prepend_path | ( | const char * | path | ) |
References HDassert(), path, and ret_value.
Referenced by H5PLprepend().
| H5_DLL herr_t H5PL__remove_path | ( | unsigned int | index | ) |
References HDassert(), ret_value, and u.
Referenced by H5PLremove().
| H5_DLL herr_t H5PL__replace_path | ( | const char * | path, |
| unsigned int | index | ||
| ) |
References HDassert(), path, and ret_value.
Referenced by H5PLreplace().
| H5_DLL herr_t H5PL__set_plugin_control_mask | ( | unsigned int | mask | ) |
References ret_value.
Referenced by H5PLset_loading_state().