 |
HDF5
1.12.0
|
Go to the documentation of this file.
29 #define H5PL_NO_PLUGIN "::"
40 #define H5PL_FILTER_PLUGIN 0x0001
41 #define H5PL_VOL_PLUGIN 0x0002
42 #define H5PL_ALL_PLUGIN 0xFFFF
int ssize_t
Definition: H5public.h:167
H5PL_type_t
Definition: H5PLpublic.h:32
H5_DLL ssize_t H5PLget(unsigned int index, char *path_buf, size_t buf_size)
Definition: H5PL.c:346
H5_DLL herr_t H5PLremove(unsigned int index)
Definition: H5PL.c:297
@ H5PL_TYPE_FILTER
Definition: H5PLpublic.h:34
@ H5PL_TYPE_NONE
Definition: H5PLpublic.h:36
H5_DLL herr_t H5PLprepend(const char *search_path)
Definition: H5PL.c:180
H5_DLL herr_t H5PLsize(unsigned int *num_paths)
Definition: H5PL.c:398
H5_DLL herr_t H5PLreplace(const char *search_path, unsigned int index)
Definition: H5PL.c:213
@ H5PL_TYPE_VOL
Definition: H5PLpublic.h:35
@ H5PL_TYPE_ERROR
Definition: H5PLpublic.h:33
H5_DLL herr_t H5PLget_loading_state(unsigned int *plugin_control_mask)
Definition: H5PL.c:117
H5_DLL herr_t H5PLinsert(const char *search_path, unsigned int index)
Definition: H5PL.c:255
H5_DLL herr_t H5PLset_loading_state(unsigned int plugin_control_mask)
Definition: H5PL.c:84
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL herr_t H5PLappend(const char *search_path)
Definition: H5PL.c:147
int herr_t
Definition: H5public.h:128