|
rpm 5.3.12
|
|
Files | |
| file | rpmlib.h |
In Memoriam: Steve Taylor <staylor@redhat.com> was here, now he's not. | |
| file | rpmdb.c |
| file | rpmdb.h |
Access RPM indices using Berkeley DB interface(s). | |
Functions | |
| static int | sql_exists (dbiIndex dbi, DBT *key, unsigned int flags) |
| Return whether key exists in a database. | |
| static int | sql_seqno (dbiIndex dbi, int64_t *seqnop, unsigned int flags) |
| Return next sequence number. | |
| static int | sql_stat (dbiIndex dbi, unsigned int flags) |
| Save statistics in database handle. | |
| static int sql_seqno | ( | dbiIndex | dbi, |
| int64_t * | seqnop, | ||
| unsigned int | flags | ||
| ) | [static] |
| static int sql_stat | ( | dbiIndex | dbi, |
| unsigned int | flags | ||
| ) | [static] |
Save statistics in database handle.
| dbi | index database handle |
| flags | retrieve statistics that don't require traversal? |
Definition at line 1587 of file sqlite.c.
References _free(), D_, _sql_db_s::db, enterChroot(), leaveChroot(), rpmlog(), RPMLOG_DEBUG, scpFree(), scpNew(), and xcalloc().
1.7.4