#include "system.h"
#include <rpmlib.h>
Go to the source code of this file.
Variables | |
const struct headerTagTableEntry_s | rpmTagTbl [] |
const struct headerTagTableEntry_s * | rpmTagTable = rpmTagTbl |
Automatically generated table of tag name/value pairs. | |
const int | rpmTagTableSize = sizeof(rpmTagTbl) / sizeof(rpmTagTbl[0]) - 1 |
Number of entries in rpmTagTable. |
|
Automatically generated table of tag name/value pairs.
Definition at line 142 of file tagtbl.c. Referenced by getTagString(), getTagVal(), hdrSprintf(), initrpm(), main(), packageBinaries(), printNewSpecfile(), queryHeader(), rpmcliImportPubkey(), rpmDisplayQueryTags(), rpmfiNew(), rpmHeaderGetEntry(), rpmpsmStage(), rpmShowProgress(), rpmtsSolve(), runScript(), tagName(), tagNumFromPyObject(), and tagValue(). |
|
Number of entries in rpmTagTable.
Definition at line 145 of file tagtbl.c. Referenced by initrpm(), rpmDisplayQueryTags(), tagName(), and tagNumFromPyObject(). |
|
|