#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(), rpmdbCloseDBI(), 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. Definition at line 315 of file rpmdb.h. Referenced by db3close(), db3open(), db_init(), psmStage(), and rpmRunTransactions(). |
|
|
Berkeley DB_ENV handle Definition at line 327 of file rpmdb.h. Referenced by db3close(), db3open(), and db_fini(). |
|
|
Referenced by db3close(), and db_init(). |
|
|
Definition at line 318 of file rpmdb.h. Referenced by db3close(), and db_init(). |
|
|
Definition at line 312 of file rpmdb.h. Referenced by db3close(), 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(). |
|
|
Referenced by db3open(). |
|
|
directory path Definition at line 307 of file rpmdb.h. Referenced by db1close(), db1open(), db3close(), db3open(), newRpmdb(), openDatabase(), and rpmdbClose(). |
|
|
Referenced by db3open(). |
|
|
open mode Definition at line 309 of file rpmdb.h. Referenced by newRpmdb(). |
|
|
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(), and db3open(). |
|
|
open permissions Definition at line 310 of file rpmdb.h. Referenced by newRpmdb(). |
|
|
Referenced by db3open(). |
|
|
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(), db1open(), db3close(), db3open(), db_init(), newRpmdb(), openDatabase(), and rpmdbClose(). |
|
|
Reference count. |
1.2.18