Files | |
file | db3.c |
file | rpmdb.h |
Access RPM indices using Berkeley DB interface(s). | |
Functions | |
dbiIndex | db3New (rpmdb rpmdb, int rpmtag) |
dbiIndex | db3Free (dbiIndex dbi) |
const char *const | prDbiOpenFlags (int dbflags, int print_dbenv_flags) |
Variables | |
_dbiVec | db3vec |
|
Destroy index database handle instance.
Referenced by db1close(), db3close(), and dbiOpen(). |
|
Return new configured index database handle instance.
|
|
Format db3 open flags for debugging print.
|
|
Initial value: { DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH, db3open, db3close, db3sync, db3copen, db3cclose, db3cdel, db3cget, db3cput, db3ccount, db3byteswapped, db3stat } Definition at line 1261 of file db3.c. Referenced by db3open(). |