#include <rpmdb/header_internal.h>
Collaboration diagram for indexEntry_s:
Data Fields | |
entryInfo_s | info |
void * | data |
int | length |
int | rdlen |
Definition at line 45 of file header_internal.h.
struct entryInfo_s indexEntry_s::info |
Description of tag data.
Definition at line 46 of file header_internal.h.
Referenced by copyEntry(), doHeaderUnload(), findEntry(), headerDump(), indexCmp(), intGetEntry(), offsetCmp(), regionSwab(), and replace_lzma_with_gzip().
void* indexEntry_s::data |
Location of tag data.
Definition at line 48 of file header_internal.h.
Referenced by doHeaderUnload(), headerDump(), headerFindI18NString(), offsetCmp(), and replace_lzma_with_gzip().
No. bytes of data in region.
Definition at line 50 of file header_internal.h.
Referenced by doHeaderUnload().