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 interface(s). | |
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 2808 of file rpmdb.c. Referenced by db1close(), db1open(), rpmdbMoveDatabase(), and rpmdbRemoveDatabase().
|
|
|
Definition at line 110 of file falloc.c. Referenced by db1cget().
|
|
|
Definition at line 424 of file falloc.c. Referenced by db1cget().
|
|
|
Definition at line 298 of file falloc.c. Referenced by db1cdel().
|
|
|
Definition at line 429 of file falloc.c. Referenced by db1cget(), doGetRecord(), and fadFirstOffset().
|
|
|
Definition at line 55 of file falloc.c. Referenced by db1open().
|
|
|
Initial value: {
1 , 85 , 0 ,
db1open, db1close, db1sync, db1copen, db1cclose, db1cdel, db1cget, db1cput,
db1ccount, db1byteswapped, db1stat
} |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001