#include <rpmdb.h>
Data Fields | |
const char * | db_root |
const char * | db_home |
int | db_flags |
int | db_mode |
int | db_perms |
int | db_api |
const char * | db_errpfx |
int | db_remove_env |
int | db_filter_dups |
int | db_chrootDone |
void(* | db_errcall )(const char *db_errpfx, char *buffer) |
FILE * | db_errfile |
void *(* | db_malloc )(size_t nbytes) |
void *(* | db_realloc )(void *ptr, size_t nbytes) |
void(* | db_free )(void *ptr) |
int | db_opens |
void * | db_dbenv |
int | db_ndbi |
dbiIndex * | _dbi |
int | nrefs |
Definition at line 305 of file rpmdb.h.
|
Tag indices. Definition at line 329 of file rpmdb.h. Referenced by dbiOpen, newRpmdb, rpmdbClose, rpmdbOpenAll, rpmdbSync, and rpmdbVerify. |
|
Berkeley API type Definition at line 311 of file rpmdb.h. Referenced by dbiOpen, openDatabase, and rpmdbRebuild. |
|
If chroot(2) done, ignore db_root. |
|
Berkeley DB_ENV handle |
|
|
|
|
|
Definition at line 312 of file rpmdb.h. Referenced by db3close, db3Free, db_init, newRpmdb, and rpmdbClose. |
|
Definition at line 314 of file rpmdb.h. Referenced by newRpmdb, and rpmdbRebuild. |
|
Definition at line 308 of file rpmdb.h. Referenced by newRpmdb, and rpmdbOpenAll. |
|
|
|
directory path Definition at line 307 of file rpmdb.h. Referenced by db1close, db3close, newRpmdb, openDatabase, and rpmdbClose. |
|
|
|
open mode |
|
No. of tag indices. Definition at line 328 of file rpmdb.h. Referenced by newRpmdb, rpmdbClose, rpmdbSync, and rpmdbVerify. |
|
Definition at line 326 of file rpmdb.h. Referenced by db3close. |
|
open permissions Definition at line 310 of file rpmdb.h. Referenced by newRpmdb. |
|
|
|
Definition at line 313 of file rpmdb.h. Referenced by db_fini, newRpmdb, and rpmdbRebuild. |
|
path prefix Definition at line 306 of file rpmdb.h. Referenced by db1close, db3close, db_init, newRpmdb, openDatabase, and rpmdbClose. |
|
Reference count. |