Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

_dbiIndexItem Struct Reference

#include <rpmdb.h>

List of all members.

Public Attributes

unsigned int hdrNum
unsigned int tagNum
unsigned int fpNum
unsigned int dbNum


Detailed Description

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 22 of file rpmdb.h.


Member Data Documentation

unsigned int _dbiIndexItem::dbNum
 

database index

Definition at line 26 of file rpmdb.h.

unsigned int _dbiIndexItem::fpNum
 

finger print index

Definition at line 25 of file rpmdb.h.

unsigned int _dbiIndexItem::hdrNum
 

header instance in db

Definition at line 23 of file rpmdb.h.

unsigned int _dbiIndexItem::tagNum
 

tag index in header

Definition at line 24 of file rpmdb.h.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001