HDF5  1.12.0
Functions | Variables
H5PLint.c File Reference
#include "H5PLmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5MMprivate.h"
#include "H5PLpkg.h"
#include "H5Zprivate.h"

Functions

herr_t H5PL__get_plugin_control_mask (unsigned int *mask)
 
herr_t H5PL__set_plugin_control_mask (unsigned int mask)
 
herr_t H5PL__init_package (void)
 
int H5PL_term_package (void)
 
const void * H5PL_load (H5PL_type_t type, const H5PL_key_t *key)
 
herr_t H5PL__open (const char *path, H5PL_type_t type, const H5PL_key_t *key, hbool_t *success, const void **plugin_info)
 
herr_t H5PL__close (H5PL_HANDLE handle)
 

Variables

hbool_t H5_PKG_INIT_VAR = FALSE
 

Function Documentation

◆ H5PL__close()

herr_t H5PL__close ( H5PL_HANDLE  handle)

◆ H5PL__get_plugin_control_mask()

herr_t H5PL__get_plugin_control_mask ( unsigned int mask)

◆ H5PL__init_package()

herr_t H5PL__init_package ( void  )

◆ H5PL__open()

herr_t H5PL__open ( const char *  path,
H5PL_type_t  type,
const H5PL_key_t key,
hbool_t success,
const void **  plugin_info 
)

◆ H5PL__set_plugin_control_mask()

herr_t H5PL__set_plugin_control_mask ( unsigned int  mask)

◆ H5PL_load()

const void* H5PL_load ( H5PL_type_t  type,
const H5PL_key_t key 
)

◆ H5PL_term_package()

int H5PL_term_package ( void  )

Variable Documentation

◆ H5_PKG_INIT_VAR

hbool_t H5_PKG_INIT_VAR = FALSE