![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5PLset_loading_state (unsigned int plugin_control_mask) |
| herr_t | H5PLget_loading_state (unsigned int *plugin_control_mask) |
| herr_t | H5PLappend (const char *search_path) |
| herr_t | H5PLprepend (const char *search_path) |
| herr_t | H5PLreplace (const char *search_path, unsigned int idx) |
| herr_t | H5PLinsert (const char *search_path, unsigned int idx) |
| herr_t | H5PLremove (unsigned int idx) |
| ssize_t | H5PLget (unsigned int idx, char *path_buf, size_t buf_size) |
| herr_t | H5PLsize (unsigned int *num_paths) |
| herr_t H5PLappend | ( | const char * | search_path | ) |
References FAIL, H5E_BADVALUE, H5PL__append_path(), NULL, and ret_value.
| ssize_t H5PLget | ( | unsigned int | idx, |
| char * | path_buf, | ||
| size_t | buf_size | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__get_path(), NULL, path, and ret_value.
| herr_t H5PLget_loading_state | ( | unsigned int * | plugin_control_mask | ) |
References FAIL, H5E_BADVALUE, H5PL__get_plugin_control_mask(), NULL, and ret_value.
| herr_t H5PLinsert | ( | const char * | search_path, |
| unsigned int | idx | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__insert_path(), NULL, and ret_value.
| herr_t H5PLprepend | ( | const char * | search_path | ) |
References FAIL, H5E_BADVALUE, H5PL__prepend_path(), NULL, and ret_value.
| herr_t H5PLremove | ( | unsigned int | idx | ) |
References FAIL, H5PL__get_num_paths(), H5PL__remove_path(), and ret_value.
| herr_t H5PLreplace | ( | const char * | search_path, |
| unsigned int | idx | ||
| ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), H5PL__replace_path(), NULL, and ret_value.
| herr_t H5PLset_loading_state | ( | unsigned int | plugin_control_mask | ) |
References FAIL, H5PL__set_plugin_control_mask(), and ret_value.
| herr_t H5PLsize | ( | unsigned int * | num_paths | ) |
References FAIL, H5E_BADVALUE, H5PL__get_num_paths(), and ret_value.