|
LMDB
1.0
|
helper for dynamically loading crypto module More...
#include <dlfcn.h>#include <stddef.h>#include <string.h>#include "lmdb.h"Functions | |
| void * | mdb_modload (const char *file, const char *name, MDB_crypto_funcs **mcf_ptr, char **errmsg) |
| Load a dynamically loadable module. More... | |
| void | mdb_modunload (void *mlm) |
| Unload a dynamically loaded module. More... | |
| void | mdb_modsetup (MDB_env *env, MDB_crypto_funcs *cf, const char *password) |
| Set an environment to use the given crypto functions. More... | |
helper for dynamically loading crypto module