The Header data structure. More...
#include <header_internal.h>
Data Fields | |
struct HV_s | hv |
void * | blob |
indexEntry | index |
int | indexUsed |
int | indexAlloced |
int | flags |
int | nrefs |
The Header data structure.
Definition at line 54 of file header_internal.h.
void* headerToken::blob |
Header region blob.
Definition at line 56 of file header_internal.h.
Definition at line 60 of file header_internal.h.
struct HV_s headerToken::hv |
Header public methods.
Definition at line 55 of file header_internal.h.
Array of tags.
Definition at line 57 of file header_internal.h.
Allocated size of tag array.
Definition at line 59 of file header_internal.h.
Current size of tag array.
Definition at line 58 of file header_internal.h.
Reference count.
Definition at line 64 of file header_internal.h.