rpm  5.4.10
Data Fields
tableType_s Struct Reference
Collaboration diagram for tableType_s:
Collaboration graph
[legend]

Data Fields

const char *const key
 
const int hasCanon
 
const int hasTranslate
 
struct machEquivTable_s equiv
 
struct machCache_s cache
 
defaultEntry defaults
 
canonEntry canons
 
int defaultsLength
 
int canonsLength
 

Detailed Description

Definition at line 102 of file rpmrc.c.

Field Documentation

§ cache

struct machCache_s tableType_s::cache

Definition at line 107 of file rpmrc.c.

Referenced by rebuildCompatTables(), and rpmFreeRpmrc().

§ canons

canonEntry tableType_s::canons

Definition at line 109 of file rpmrc.c.

Referenced by rpmFreeRpmrc().

§ canonsLength

int tableType_s::canonsLength

Definition at line 111 of file rpmrc.c.

Referenced by rpmFreeRpmrc().

§ defaults

defaultEntry tableType_s::defaults

Definition at line 108 of file rpmrc.c.

Referenced by rpmFreeRpmrc().

§ defaultsLength

int tableType_s::defaultsLength

Definition at line 110 of file rpmrc.c.

Referenced by rpmFreeRpmrc().

§ equiv

struct machEquivTable_s tableType_s::equiv

Definition at line 106 of file rpmrc.c.

Referenced by machAddEquiv(), rebuildCompatTables(), rpmFreeRpmrc(), and rpmShowRC().

§ hasCanon

const int tableType_s::hasCanon

Definition at line 104 of file rpmrc.c.

§ hasTranslate

const int tableType_s::hasTranslate

Definition at line 105 of file rpmrc.c.

§ key

const char* const tableType_s::key

Definition at line 103 of file rpmrc.c.

Referenced by rebuildCompatTables().


The documentation for this struct was generated from the following file: