rpm
4.5
|
#include <rpmdb/header.h>
Data Fields | |
const char * | name |
int | val |
int | type |
const char* headerTagTableEntry_s::name |
Tag name.
Definition at line 216 of file header.h.
Referenced by _tagName(), _tagValue(), headerDump(), myTagName(), myTagType(), myTagValue(), rpmDisplayQueryTags(), tagCmpName(), tagCmpValue(), and tagLoadIndex().
Tag type.
Definition at line 218 of file header.h.
Referenced by _tagType(), headerDump(), myTagName(), myTagType(), and rpmDisplayQueryTags().
Tag numeric value.
Definition at line 217 of file header.h.
Referenced by _tagName(), _tagType(), _tagValue(), argiAdd(), headerDump(), myTagName(), myTagType(), myTagValue(), rpmDisplayQueryTags(), tagCmpValue(), and tagNumFromPyObject().