#include <header.h>
Data Fields | |
enum headerSprintfExtensionType | type |
const char * | name |
union { | |
void * generic | |
headerTagFormatFunction formatFunction | |
headerTagTagFunction tagFunction | |
headerSprintfExtension_s * more | |
} | u |
|
HEADER_EXT_TAG extension. |
|
Private extension. |
|
Chained table extension. |
|
Name of extension. Definition at line 183 of file header.h. Referenced by findTag(), hdr_subscript(), initrpm(), and rpmDisplayQueryTags(). |
|
HEADER_EXT_FORMAT extension. |
|
Type of extension. Definition at line 181 of file header.h. Referenced by findTag(), hdr_subscript(), initrpm(), rpmDisplayQueryTags(), rpmecFree(), and rpmecNew(). |
|
Referenced by findTag(), hdr_subscript(), rpmDisplayQueryTags(), rpmecFree(), and rpmecNew(). |