libmobi
C library for handling MOBI format ebook documents
Data Fields
MOBIOrdt Struct Reference

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
 

Detailed Description

Parsed ORDT sections (for internal INDX parsing)

ORDT sections hold data for decoding index labels. It is mapping of encoded chars to unicode.

Field Documentation

◆ offsets_count

size_t MOBIOrdt::offsets_count

Offsets count

◆ ordt1

uint8_t* MOBIOrdt::ordt1

ORDT1 offsets

◆ ordt1_pos

size_t MOBIOrdt::ordt1_pos

Offset of ORDT1 data

◆ ordt2

uint16_t* MOBIOrdt::ordt2

ORDT2 offsets

◆ ordt2_pos

size_t MOBIOrdt::ordt2_pos

Offset of ORDT2 data

◆ type

size_t MOBIOrdt::type

Type (0: 16, 1: 8 bit offsets)


The documentation for this struct was generated from the following file: