#include <header.h>
#include <netinet/in.h>
Go to the source code of this file.
Data Structures | |
| struct | entryInfo |
| struct | extensionCache |
| struct | headerToken |
| struct | indexEntry |
| struct | sprintfTag |
| struct | sprintfToken |
Defines | |
| #define | INDEX_MALLOC_SIZE 8 |
| #define | HEADER_OLDFILENAMES 1027 |
| #define | HEADER_BASENAMES 1117 |
| #define | REGION_TAG_TYPE RPM_BIN_TYPE |
| #define | REGION_TAG_COUNT sizeof(struct entryInfo) |
| #define | ENTRY_IS_REGION(_e) |
| #define | ENTRY_IN_REGION(_e) ((_e)->info.offset < 0) |
| #define | HEADERFLAG_SORTED (1 << 0) |
| #define | HEADERFLAG_ALLOCATED (1 << 1) |
| #define | HEADERFLAG_LEGACY (1 << 2) |
| #define | HEADER_DUMP_INLINE 1 |
Typedefs | |
| typedef struct entryInfo* | entryInfo |
| typedef struct indexEntry* | indexEntry |
| typedef struct sprintfTag* | sprintfTag |
| typedef struct extensionCache* | extensionCache |
| typedef struct sprintfToken* | sprintfToken |
Functions | |
| char** | headerGetLangs (Header h) |
| int | headerGetRawEntry (Header h, int_32 tag, hTYP_t type, hPTR_t *p, hCNT_t c) |
| int | headerUsageCount (Header h) |
| void | headerDump (Header h, FILE *f, int flags, const struct headerTagTableEntry_s *tags) |
Definition in file header_internal.h.
|
|
Definition at line 38 of file header_internal.h. Referenced by headerAddI18NString(), headerAppendEntry(), headerFree(), headerModifyEntry(), and headerRemoveEntry().
|
|
|
Value: (((_e)->info.tag >= HEADER_IMAGE) && ((_e)->info.tag < HEADER_REGIONS)) Definition at line 36 of file header_internal.h. Referenced by copyEntry(), doHeaderUnload(), headerFree(), headerNextIterator(), headerReload(), and headerSizeof().
|
|
|
Is 1st header region allocated? Definition at line 62 of file header_internal.h. |
|
|
Header came from legacy source? Definition at line 63 of file header_internal.h. |
|
|
Are header entries sorted? Definition at line 61 of file header_internal.h. |
|
|
Definition at line 20 of file header_internal.h. |
|
|
Definition at line 178 of file header_internal.h. |
|
|
Definition at line 19 of file header_internal.h. |
|
|
Definition at line 14 of file header_internal.h. |
|
|
Definition at line 34 of file header_internal.h. |
|
|
Definition at line 33 of file header_internal.h. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001