ze-filter  (ze-filter-0.8.0-develop-180218)
ze-databases.h File Reference

Go to the source code of this file.

Macros

#define __ZE_DATABASES_H   1
 

Functions

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

Variables

ZEDB_ENV_Twork_db_env
 
char * work_db_dir
 

Macro Definition Documentation

◆ __ZE_DATABASES_H

#define __ZE_DATABASES_H   1

Definition at line 35 of file ze-databases.h.

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 *  defdir,
char *  cfdir,
bool  rdonly 
)

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

Variable Documentation

◆ work_db_dir

char* work_db_dir

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

◆ work_db_env

ZEDB_ENV_T* work_db_env

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