rpm
4.5
|
#include <rpmdb/header_internal.h>
Data Fields | |
struct entryInfo_s | info |
void * | data |
int | length |
int | rdlen |
Definition at line 45 of file header_internal.h.
void* indexEntry_s::data |
Location of tag data.
Definition at line 48 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerDump(), headerFindI18NString(), headerFree(), headerLoad(), headerModifyEntry(), headerRemoveEntry(), offsetCmp(), regionSwab(), and replace_lzma_with_gzip().
struct entryInfo_s indexEntry_s::info |
Description of tag data.
Definition at line 46 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), findEntry(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerCheck(), headerDump(), headerLoad(), headerModifyEntry(), headerNextIterator(), headerReload(), headerRemoveEntry(), headerSizeof(), indexCmp(), intGetEntry(), offsetCmp(), regionSwab(), replace_lzma_with_gzip(), and rpmReadSignature().
int indexEntry_s::length |
No. bytes of data.
Definition at line 49 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerFree(), headerLoad(), headerModifyEntry(), headerRemoveEntry(), headerSizeof(), headerUnload(), and regionSwab().
int indexEntry_s::rdlen |
No. bytes of data in region.
Definition at line 50 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), headerLoad(), and regionSwab().