libmobi
C library for handling MOBI format ebook documents
|
Metadata and data of a record. All records form a linked list. More...
#include <mobi.h>
Data Fields | |
uint32_t | offset |
size_t | size |
uint8_t | attributes |
uint32_t | uid |
unsigned char * | data |
struct MOBIPdbRecord * | next |
Metadata and data of a record. All records form a linked list.
uint8_t MOBIPdbRecord::attributes |
Record attributes
unsigned char* MOBIPdbRecord::data |
Record data
struct MOBIPdbRecord* MOBIPdbRecord::next |
Pointer to the next record or NULL
uint32_t MOBIPdbRecord::offset |
Offset of the record data from the start of the database
size_t MOBIPdbRecord::size |
Calculated size of the record data
uint32_t MOBIPdbRecord::uid |
Record unique id, usually sequential even numbers