#include "system.h"
#include <rpmtag.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | _RPMTAG_INTERNAL |
Variables | |
static struct headerTagTableEntry_s | _rpmTagTable [] |
headerTagTableEntry | rpmTagTable = _rpmTagTable |
Automatically generated table of tag name/value pairs. | |
int | rpmTagTableSize = sizeof(_rpmTagTable) / sizeof(_rpmTagTable[0]) - 1 |
Number of entries in rpmTagTable. |
struct headerTagTableEntry_s _rpmTagTable[] [static] |
Automatically generated table of tag name/value pairs.
Definition at line 207 of file tagtbl.c.
Referenced by headerSprintf(), init_rpm(), myTagName(), myTagValue(), rpmDisplayQueryTags(), and tagLoadIndex().
int rpmTagTableSize = sizeof(_rpmTagTable) / sizeof(_rpmTagTable[0]) - 1 |
Number of entries in rpmTagTable.
Definition at line 210 of file tagtbl.c.
Referenced by tagLoadIndex().