rpm
4.5
|
#include <rpmdb/header_internal.h>
Data Fields | |
int_32 | tag |
int_32 | type |
int_32 | offset |
int_32 | count |
Definition at line 27 of file header_internal.h.
int_32 entryInfo_s::count |
Number of tag elements.
Definition at line 31 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerCheck(), headerDump(), headerLoad(), headerModifyEntry(), headerSizeof(), headerVerifyInfo(), regionSwab(), and rpmReadSignature().
int_32 entryInfo_s::offset |
Offset into data segment (ondisk only).
Definition at line 30 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerCheck(), headerDump(), headerLoad(), headerModifyEntry(), headerSizeof(), headerVerifyInfo(), offsetCmp(), regionSwab(), and rpmReadSignature().
int_32 entryInfo_s::tag |
Tag identifier.
Definition at line 28 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), findEntry(), headerAddEntry(), headerCheck(), headerDump(), headerLoad(), headerModifyEntry(), headerNextIterator(), headerReload(), headerRemoveEntry(), headerVerifyInfo(), indexCmp(), offsetCmp(), regionSwab(), replace_lzma_with_gzip(), and rpmReadSignature().
int_32 entryInfo_s::type |
Tag data type.
Definition at line 29 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), findEntry(), headerAddEntry(), headerCheck(), headerDump(), headerLoad(), headerModifyEntry(), headerSizeof(), headerVerifyInfo(), intGetEntry(), regionSwab(), and rpmReadSignature().