#include <rpmdb/header.h>
Collaboration diagram for headerSprintfExtension_s:

Data Fields | |
| enum headerSprintfExtensionType | type |
| const char * | name |
| union { | |
| void * generic | |
| headerTagFormatFunction formatFunction | |
| headerTagTagFunction tagFunction | |
| headerSprintfExtension_s * more | |
| } | u |
Definition at line 211 of file header.h.
|
|
HEADER_EXT_TAG extension. |
|
|
Private extension. |
|
|
Chained table extension. |
|
|
Name of extension. Definition at line 214 of file header.h. Referenced by findTag(), hdr_subscript(), init_rpm(), and rpmDisplayQueryTags(). |
|
|
HEADER_EXT_FORMAT extension. |
|
|
Type of extension. Definition at line 212 of file header.h. Referenced by findTag(), hdr_subscript(), init_rpm(), rpmDisplayQueryTags(), rpmecFree(), rpmecNew(), and rpmMergeHeaders(). |
|
|
Referenced by findTag(), hdr_subscript(), rpmDisplayQueryTags(), rpmecFree(), and rpmecNew(). |
1.4.4