rpm
5.4.15
|
Go to the source code of this file.
Macros | |
#define | _RPMTAG_INTERNAL |
Variables | |
static const struct headerTagTableEntry_s | _rpmTagTable [] |
headerTagTableEntry | rpmTagTable = _rpmTagTable |
Automatically generated table of tag name/value pairs. More... | |
int | rpmTagTableSize = sizeof(_rpmTagTable) / sizeof(_rpmTagTable[0]) - 1 |
Number of entries in rpmTagTable. More... | |
|
static |
Definition at line 9 of file tagtbl.c.
Referenced by tagLoadArgv().
headerTagTableEntry rpmTagTable = _rpmTagTable |
Automatically generated table of tag name/value pairs.
Definition at line 239 of file tagtbl.c.
Referenced by addRpmTags(), headerSprintf(), myTagName(), myTagValue(), rpmDisplayQueryTags(), rpmpsmStage(), tagLoadArgv(), and tagLoadIndex().
int rpmTagTableSize = sizeof(_rpmTagTable) / sizeof(_rpmTagTable[0]) - 1 |
Number of entries in rpmTagTable.
Definition at line 242 of file tagtbl.c.
Referenced by tagLoadIndex().