ze-filter  (ze-filter-0.8.0-develop-180218)
ze-databases.c File Reference
#include <ze-sys.h>
#include <ze-filter.h>
#include <ze-databases.h>

Go to the source code of this file.

Functions

void close_work_db_env ()
 
bool open_work_db_env (char *cfdir, char *defdir, bool rdonly)
 

Variables

ZEDB_ENV_Twork_db_env = NULL
 
char * work_db_dir = NULL
 

Function Documentation

◆ close_work_db_env()

void close_work_db_env ( )

Definition at line 74 of file ze-databases.c.

◆ open_work_db_env()

bool open_work_db_env ( char *  cfdir,
char *  defdir,
bool  rdonly 
)

Definition at line 40 of file ze-databases.c.

Variable Documentation

◆ work_db_dir

char* work_db_dir = NULL

Definition at line 31 of file ze-databases.c.

◆ work_db_env

ZEDB_ENV_T* work_db_env = NULL

Definition at line 30 of file ze-databases.c.