Data Fields | |
const char *const | key |
const int | hasCanon |
const int | hasTranslate |
machEquivTable_s | equiv |
machCache_s | cache |
defaultEntry | defaults |
canonEntry | canons |
int | defaultsLength |
int | canonsLength |
Definition at line 95 of file rpmrc.c.
const char* const tableType_s::key |
const int tableType_s::hasCanon |
const int tableType_s::hasTranslate |
Definition at line 99 of file rpmrc.c.
Referenced by rebuildCompatTables(), rpmFreeRpmrc(), and rpmShowRC().
struct machCache_s tableType_s::cache |