rpm  4.5
Variables
tagtbl.c File Reference
#include "system.h"
#include <rpmlib.h>
#include "debug.h"
Include dependency graph for tagtbl.c:

Go to the source code of this file.

Variables

static struct headerTagTableEntry_s rpmTagTbl []
 
struct headerTagTableEntry_srpmTagTable = 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...
 

Variable Documentation

struct headerTagTableEntry_s* rpmTagTable = rpmTagTbl
const int rpmTagTableSize = sizeof(rpmTagTbl) / sizeof(rpmTagTbl[0]) - 1

Number of entries in rpmTagTable.

Definition at line 208 of file tagtbl.c.

Referenced by init_rpm(), rpmDisplayQueryTags(), tagLoadIndex(), and tagNumFromPyObject().

struct headerTagTableEntry_s rpmTagTbl[]
static

Definition at line 7 of file tagtbl.c.