Files | |
file | db1.c |
file | falloc.c |
The entire file space is thus divided into blocks with a "struct fablock" at the header of each. | |
file | falloc.h |
File space allocation routines. | |
file | rpmdb.h |
Access RPM indices using Berkeley db[123] interface. | |
Defines | |
#define | FA_MAGIC 0x02050920 |
Functions | |
FD_t | fadOpen (const char *path, int flags, mode_t perms) |
unsigned int | fadAlloc (FD_t fd, unsigned int size) |
void | fadFree (FD_t fd, unsigned int offset) |
int | fadFirstOffset (FD_t fd) |
int | fadNextOffset (FD_t fd, unsigned int lastoff) |
char* | db1basename (int rpmtag) |
Variables | |
struct _dbiVec | db1vec |
|
|
|
Return base file name for db1 database (legacy).
Definition at line 2072 of file rpmdb.c. Referenced by db1close(), db1open(), rpmdbMoveDatabase(), and rpmdbRemoveDatabase(). |
|
Definition at line 104 of file falloc.c. Referenced by db1cget(). |
|
Definition at line 375 of file falloc.c. Referenced by db1cget(). |
|
Definition at line 292 of file falloc.c. Referenced by db1cdel(). |
|
Definition at line 380 of file falloc.c. Referenced by db1cget(), and fadFirstOffset(). |
|
Definition at line 52 of file falloc.c. Referenced by db1open(). |
|
Initial value: { 1 , 85 , 0 , db1open, db1close, db1sync, db1copen, db1cclose, db1cdel, db1cget, db1cput, db1byteswapped } |