#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_ndbi |
dbiIndex * | _dbi |
Definition at line 308 of file rpmdb.h.
|
Tag indices. Definition at line 330 of file rpmdb.h. Referenced by dbiOpen, newRpmdb, rpmdbClose, rpmdbOpenAll, rpmdbSync, and rpmdbVerify. |
|
Berkeley API type Definition at line 314 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, db_init, newRpmdb, and rpmdbClose. |
|
Definition at line 317 of file rpmdb.h. Referenced by newRpmdb, and rpmdbRebuild. |
|
Definition at line 311 of file rpmdb.h. Referenced by newRpmdb, and rpmdbOpenAll. |
|
Referenced by db3New. |
|
directory path Definition at line 310 of file rpmdb.h. Referenced by db1close, db3close, newRpmdb, and rpmdbClose. |
|
|
|
open mode |
|
No. of tag indices. Definition at line 329 of file rpmdb.h. Referenced by newRpmdb, rpmdbClose, rpmdbSync, and rpmdbVerify. |
|
open permissions |
|
|
|
Definition at line 316 of file rpmdb.h. Referenced by db_fini, newRpmdb, and rpmdbRebuild. |
|
path prefix Definition at line 309 of file rpmdb.h. Referenced by db1close, db3close, db_init, newRpmdb, and rpmdbClose. |