#include <rpmdb/header.h>

Data Fields | |
| enum headerSprintfExtensionType | type |
| const char * | name |
| union { | |
| void * generic | |
| headerTagFormatFunction fmtFunction | |
| headerTagTagFunction tagFunction | |
| struct headerSprintfExtension_s * more | |
| } | u |
Definition at line 283 of file header.h.
struct headerSprintfExtension_s* headerSprintfExtension_s::more [read] |
Chained table extension.
Definition at line 292 of file header.h.
Referenced by findTag(), rpmDisplayQueryTags(), rpmecFree(), and rpmecNew().
| const char* headerSprintfExtension_s::name |
Name of extension.
Definition at line 286 of file header.h.
Referenced by findTag(), hdr_subscript(), init_rpm(), and rpmDisplayQueryTags().
HEADER_EXT_FORMAT extension.
Definition at line 291 of file header.h.
Referenced by findTag(), and hdr_subscript().
Type of extension.
Definition at line 284 of file header.h.
Referenced by findTag(), hdr_subscript(), init_rpm(), rpmDisplayQueryTags(), rpmecFree(), rpmecNew(), and rpmMergeHeaders().
| union { ... } headerSprintfExtension_s::u |
Referenced by findTag(), hdr_subscript(), rpmDisplayQueryTags(), rpmecFree(), and rpmecNew().
1.5.7.1