A single item from an index database (i.e. More...
#include <rpmdb.h>
Data Fields | |
| unsigned int | hdrNum |
| unsigned int | tagNum |
| unsigned int | fpNum |
A single item from an index database (i.e.
the "data returned"). Note: In rpm-3.0.4 and earlier, this structure was passed by value, and was identical to the "data saved" structure below.
Definition at line 61 of file rpmdb.h.
| unsigned int _dbiIndexItem::fpNum |
| unsigned int _dbiIndexItem::hdrNum |
header instance in db
Definition at line 62 of file rpmdb.h.
Referenced by dbiIndexNewItem(), rpmdbFindByFile(), and rpmdbFindFpListExclude().
| unsigned int _dbiIndexItem::tagNum |
tag index in header
Definition at line 63 of file rpmdb.h.
Referenced by dbiIndexNewItem(), rpmdbAdd(), rpmdbFindByFile(), and rpmdbFindFpListExclude().
1.6.1