rpm
4.5
|
Go to the source code of this file.
Variables | |
static struct headerTagTableEntry_s | rpmTagTbl [] |
struct headerTagTableEntry_s * | rpmTagTable = rpmTagTbl |
Automatically generated table of tag name/value pairs. More... | |
const int | rpmTagTableSize = sizeof(rpmTagTbl) / sizeof(rpmTagTbl[0]) - 1 |
Number of entries in rpmTagTable. More... | |
struct headerTagTableEntry_s* rpmTagTable = rpmTagTbl |
Automatically generated table of tag name/value pairs.
Definition at line 205 of file tagtbl.c.
Referenced by hdrPrintErased(), hdrPrintInstalled(), hdrSprintf(), headerSprintf(), init_rpm(), packageBinaries(), parseForSimple(), printNewSpecfile(), queryHeader(), rpmcliImportPubkey(), rpmDisplayQueryTags(), rpmfiNew(), rpmHeaderGetEntry(), rpmpsmStage(), rpmShowProgress(), rpmtsSolve(), runScript(), tagLoadIndex(), and tagNumFromPyObject().
Number of entries in rpmTagTable.
Definition at line 208 of file tagtbl.c.
Referenced by init_rpm(), rpmDisplayQueryTags(), tagLoadIndex(), and tagNumFromPyObject().
|
static |