|
herr_t | H5PLset_loading_state (unsigned int plugin_control_mask) |
| Controls the loadability of dynamic plugin types.
|
|
herr_t | H5PLget_loading_state (unsigned int *plugin_control_mask) |
| Queries the loadability of dynamic plugin types.
|
|
herr_t | H5PLappend (const char *search_path) |
| Inserts a plugin path at the end of the plugin search path list.
|
|
herr_t | H5PLprepend (const char *search_path) |
| Inserts a plugin path at the beginning of the plugin search path list.
|
|
herr_t | H5PLreplace (const char *search_path, unsigned int index) |
| Replaces the path at the specified index in the plugin search path list.
|
|
herr_t | H5PLinsert (const char *search_path, unsigned int index) |
| Inserts a path at the specified index in the plugin search path list.
|
|
herr_t | H5PLremove (unsigned int index) |
| Removes a plugin path at a specified index from the plugin search path list.
|
|
ssize_t | H5PLget (unsigned int index, char *path_buf, size_t buf_size) |
| Queries the plugin search path list at the specified index.
|
|
herr_t | H5PLsize (unsigned int *num_paths) |
| Retrieves the number of stored plugin paths.
|
|