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

headerTagIndices_s Struct Reference

#include <rpmdb/header.h>

Collaboration diagram for headerTagIndices_s:

Collaboration graph
[legend]

Data Fields

int(* loadIndex )(headerTagTableEntry **ipp, int *np, int(*cmp)(const void *avp, const void *bvp))
headerTagTableEntrybyName
int byNameSize
int(* byNameCmp )(const void *avp, const void *bvp)
int(* tagValue )(const char *name)
headerTagTableEntrybyValue
int byValueSize
int(* byValueCmp )(const void *avp, const void *bvp)
const char *(* tagName )(int value)
int(* tagType )(int value)

Detailed Description

Definition at line 226 of file header.h.


Field Documentation

headerTagTableEntry* headerTagIndices_s::byName
 

header tags sorted by name.

Definition at line 231 of file header.h.

Referenced by _tagValue(), and rpmcliFini().

int(* headerTagIndices_s::byNameCmp)(const void *avp, const void *bvp)
 

compare entries by name.

int headerTagIndices_s::byNameSize
 

no. of entries.

Definition at line 232 of file header.h.

Referenced by _tagValue().

headerTagTableEntry* headerTagIndices_s::byValue
 

header tags sorted by value.

Definition at line 238 of file header.h.

Referenced by _tagName(), _tagType(), and rpmcliFini().

int(* headerTagIndices_s::byValueCmp)(const void *avp, const void *bvp)
 

compare entries by value.

int headerTagIndices_s::byValueSize
 

no. of entries.

Definition at line 239 of file header.h.

Referenced by _tagName(), and _tagType().

int(* headerTagIndices_s::loadIndex)(headerTagTableEntry **ipp, int *np, int(*cmp)(const void *avp, const void *bvp))
 

load sorted tag index.

const char*(* headerTagIndices_s::tagName)(int value)
 

Referenced by tagName().

int(* headerTagIndices_s::tagType)(int value)
 

Referenced by tagType().

int(* headerTagIndices_s::tagValue)(const char *name)
 

Referenced by tagValue().


The documentation for this struct was generated from the following file:
Generated on Mon Aug 23 10:23:35 2010 for rpm by  doxygen 1.4.4