#include <rpmdb/header_internal.h>
Data Fields | |
rpmTag | tag |
rpmTagType | type |
int32_t | offset |
rpmTagCount | count |
Definition at line 55 of file header_internal.h.
Tag identifier.
Definition at line 56 of file header_internal.h.
Referenced by copyEntry(), findEntry(), headerAddEntry(), headerCheck(), headerLoad(), headerModifyEntry(), headerNext(), headerReload(), headerRemoveEntry(), headerUnload(), headerVerifyInfo(), indexCmp(), offsetCmp(), rdSignature(), and regionSwab().
Tag data type.
Definition at line 57 of file header_internal.h.
Referenced by copyEntry(), findEntry(), headerAddEntry(), headerCheck(), headerLoad(), headerModifyEntry(), headerSizeof(), headerUnload(), headerVerifyInfo(), intGetEntry(), rdSignature(), and regionSwab().
int32_t entryInfo_s::offset |
Offset into data segment (ondisk only).
Definition at line 58 of file header_internal.h.
Referenced by copyEntry(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerCheck(), headerLoad(), headerModifyEntry(), headerSizeof(), headerUnload(), headerVerifyInfo(), offsetCmp(), rdSignature(), and regionSwab().
Number of tag elements.
Definition at line 59 of file header_internal.h.
Referenced by copyEntry(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerCheck(), headerLoad(), headerModifyEntry(), headerSizeof(), headerUnload(), headerVerifyInfo(), rdSignature(), and regionSwab().