Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

headerToken Struct Reference
[HEADER.]

#include <header_internal.h>


Data Fields

HV_s hv
void * blob
indexEntry index
int indexUsed
int indexAlloced
int flags
int nrefs


Detailed Description

The Header data structure.

Definition at line 54 of file header_internal.h.


Field Documentation

void* headerToken::blob
 

Header region blob.

Definition at line 57 of file header_internal.h.

Referenced by headerLoad, and headerNew.

int headerToken::flags
 

Definition at line 61 of file header_internal.h.

Referenced by headerAllocated, headerCopyLoad, headerLoad, headerNew, headerRead, headerReload, rpmdbNextIterator, rpmReadHeader, and rpmReadSignature.

struct HV_s headerToken::hv
 

Header public methods.

Definition at line 55 of file header_internal.h.

Referenced by headerLoad, and headerNew.

indexEntry headerToken::index
 

Array of tags.

Definition at line 58 of file header_internal.h.

Referenced by headerDump, headerLoad, headerNew, headerNextIterator, and headerReload.

int headerToken::indexAlloced
 

Allocated size of tag array.

Definition at line 60 of file header_internal.h.

Referenced by headerLoad, and headerNew.

int headerToken::indexUsed
 

Current size of tag array.

Definition at line 59 of file header_internal.h.

Referenced by headerDump, headerLoad, headerNew, and headerNextIterator.

int headerToken::nrefs
 

Reference count.

Definition at line 66 of file header_internal.h.

Referenced by headerLink, headerLoad, and headerNew.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 4 12:50:03 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002