libmobi
C library for handling MOBI format ebook documents
|
Parsed ORDT sections (for internal INDX parsing) More...
#include <index.h>
Data Fields | |
uint8_t * | ordt1 |
uint16_t * | ordt2 |
size_t | type |
size_t | ordt1_pos |
size_t | ordt2_pos |
size_t | offsets_count |
Parsed ORDT sections (for internal INDX parsing)
ORDT sections hold data for decoding index labels. It is mapping of encoded chars to unicode.
size_t MOBIOrdt::offsets_count |
Offsets count
uint8_t* MOBIOrdt::ordt1 |
ORDT1 offsets
size_t MOBIOrdt::ordt1_pos |
Offset of ORDT1 data
uint16_t* MOBIOrdt::ordt2 |
ORDT2 offsets
size_t MOBIOrdt::ordt2_pos |
Offset of ORDT2 data
size_t MOBIOrdt::type |
Type (0: 16, 1: 8 bit offsets)