#include "system.h"#include <rpmlib.h>#include <rpmmacro.h>#include "rpmdb.h"#include "debug.h"Go to the source code of this file.
Defines | |
| #define | __USE_DB3 1 | 
Functions | |
| dbiIndex | db3Free (dbiIndex dbi) | 
| Destroy index database handle instance.   | |
| dbiIndex | db3New (rpmdb rpmdb, rpmTag rpmtag) | 
| Return new configured index database handle instance.   | |
| const char *const | prDbiOpenFlags (int dbflags, int print_dbenv_flags) | 
| Format db3 open flags for debugging print.   | |
Variables | |
| _dbiIndex | db3dbi | 
| static int | dbi_use_cursors | 
| static int | dbi_tear_down | 
| poptOption | rdbOptions [] | 
| static const char * | db3_config_default | 
Definition in file dbconfig.c.
| #define __USE_DB3 1 | 
Definition at line 18 of file dbconfig.c.
const char* db3_config_default [static]           | 
        
Initial value:
    "db3:hash:mpool:cdb:usecursors:verbose:mp_mmapsize=8Mb:cachesize=512Kb:pagesize=512:perms=0644"
Definition at line 273 of file dbconfig.c.
Referenced by db3New().
int dbi_tear_down [static]           | 
        
Definition at line 29 of file dbconfig.c.
int dbi_use_cursors [static]           | 
        
Definition at line 26 of file dbconfig.c.
 1.5.2