![]() |
HDF5
1.12.0
|
Typedefs | |
| typedef enum H5PL_type_t | H5PL_type_t |
Enumerations | |
| enum | H5PL_type_t { H5PL_TYPE_ERROR = -1, H5PL_TYPE_FILTER = 0, H5PL_TYPE_VOL = 1, H5PL_TYPE_NONE = 2 } |
Functions | |
| H5_DLL herr_t | H5PLset_loading_state (unsigned int plugin_control_mask) |
| H5_DLL herr_t | H5PLget_loading_state (unsigned int *plugin_control_mask) |
| H5_DLL herr_t | H5PLappend (const char *search_path) |
| H5_DLL herr_t | H5PLprepend (const char *search_path) |
| H5_DLL herr_t | H5PLreplace (const char *search_path, unsigned int index) |
| H5_DLL herr_t | H5PLinsert (const char *search_path, unsigned int index) |
| H5_DLL herr_t | H5PLremove (unsigned int index) |
| H5_DLL ssize_t | H5PLget (unsigned int index, char *path_buf, size_t buf_size) |
| H5_DLL herr_t | H5PLsize (unsigned int *num_paths) |
| typedef enum H5PL_type_t H5PL_type_t |
| enum H5PL_type_t |
| H5_DLL herr_t H5PLappend | ( | const char * | search_path | ) |
References FAIL, H5E_BADVALUE, H5PL__append_path(), NULL, and ret_value.
| H5_DLL ssize_t H5PLget | ( | unsigned int | index, |
| char * | path_buf, | ||
| size_t | buf_size | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__get_path(), NULL, path, and ret_value.
| H5_DLL herr_t H5PLget_loading_state | ( | unsigned int * | plugin_control_mask | ) |
References FAIL, H5E_BADVALUE, H5PL__get_plugin_control_mask(), NULL, and ret_value.
| H5_DLL herr_t H5PLinsert | ( | const char * | search_path, |
| unsigned int | index | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__insert_path(), NULL, and ret_value.
| H5_DLL herr_t H5PLprepend | ( | const char * | search_path | ) |
References FAIL, H5E_BADVALUE, H5PL__prepend_path(), NULL, and ret_value.
| H5_DLL herr_t H5PLremove | ( | unsigned int | index | ) |
References FAIL, H5PL__get_num_paths(), H5PL__remove_path(), and ret_value.
| H5_DLL herr_t H5PLreplace | ( | const char * | search_path, |
| unsigned int | index | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__replace_path(), NULL, and ret_value.
| H5_DLL herr_t H5PLset_loading_state | ( | unsigned int | plugin_control_mask | ) |
References FAIL, H5PL__set_plugin_control_mask(), and ret_value.
| H5_DLL herr_t H5PLsize | ( | unsigned int * | num_paths | ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), and ret_value.