![]() |
HDF5
1.12.0
|
#include "H5PLmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5MMprivate.h"#include "H5PLpkg.h"Macros | |
| #define | H5PL_INITIAL_PATH_CAPACITY 16 |
| #define | H5PL_PATH_CAPACITY_ADD 16 |
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) |
| #define H5PL_INITIAL_PATH_CAPACITY 16 |
| #define H5PL_PATH_CAPACITY_ADD 16 |
| herr_t H5PL__append_path | ( | const char * | path | ) |
| herr_t H5PL__close_path_table | ( | void | ) |
| herr_t H5PL__create_path_table | ( | void | ) |
| herr_t H5PL__find_plugin_in_path_table | ( | const H5PL_search_params_t * | search_params, |
| hbool_t * | found, | ||
| const void ** | plugin_info | ||
| ) |
| unsigned H5PL__get_num_paths | ( | void | ) |
| herr_t H5PL__prepend_path | ( | const char * | path | ) |
1.8.18