ze-filter
(ze-filter-0.8.0-develop-180218)
|
Classes | |
struct | ZEDB_T |
struct | zeRegex_T |
Macros | |
#define | DB_VERSION |
#define | ZEDBSIGNATURE 0xdb195702 |
#define | ZEDB_INITIALIZER |
#define | zeDb_installed() FALSE |
#define | DB_DB_CACHE_SIZE 1 |
#define | DB_ENV_CACHE_SIZE 11 |
#define | DB_LK_MAX_LOCKS 12 |
#define | DB_LK_MAX_LOCKERS 13 |
#define | DB_LK_MAX_OBJECTS 14 |
#define | DB_BTREE_SEQ_START() |
#define | DB_BTREE_SEQ_CHECK(key, dbname) |
#define | DB_BTREE_SEQ_END() } while (0) |
Typedefs | |
typedef uint32_t | u_int32_t |
typedef struct ZEDB_T | ZEDB_T |
typedef void | ZEDB_ENV_T |
typedef void | ZEDB_STAT_T |
typedef struct zeRegex_T | zeRegex_T |
#define DB_BTREE_SEQ_CHECK | ( | key, | |
dbname | |||
) |
#define DB_BTREE_SEQ_START | ( | ) |
#define DB_VERSION |
#define ZEDB_INITIALIZER |
typedef void ZEDB_ENV_T |
typedef void ZEDB_STAT_T |
bool zeDb_EnvClose | ( | ZEDB_ENV_T * | dbenv | ) |
ZEDB_ENV_T* zeDb_EnvOpen | ( | char * | home, |
bool | rdonly, | ||
int | dt_chkpoint | ||
) |
bool zeDb_Open | ( | ZEDB_T * | h, |
ZEDB_ENV_T * | , | ||
char * | , | ||
int | , | ||
bool | , | ||
bool | , | ||
size_t | |||
) |
bool zeDb_Stat | ( | ZEDB_T * | h, |
ZEDB_STAT_T ** | |||
) |